#!/usr/bin/env bash # -*- coding: utf-8 -*- # Set rootok and root as dracut expects them to be set by the module preparing # the root filesystem. # Tell dracut that we parsed the command line and all needed parameters are # available. rootok=1 # Tell dracut where the final root fs will be located. root=block:/dev/devicemapper/root # region vim modline # vim: set tabstop=4 shiftwidth=4 expandtab: # vim: foldmethod=marker foldmarker=region,endregion: # endregion