[Fedora-livecd-list] [PATCH] add rd_NO_DM dracut cmdline options bz: 589783

David Huff dhuff at redhat.com
Thu May 13 20:29:11 UTC 2010


On 05/11/2010 02:09 PM, Joey Boggs wrote:
> ---
>   imgcreate/live.py |    2 +-
>   1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/imgcreate/live.py b/imgcreate/live.py
> index 0d044ee..1a02eb2 100644
> --- a/imgcreate/live.py
> +++ b/imgcreate/live.py
> @@ -464,7 +464,7 @@ menu hiddenrow 5
>
>               # tell dracut not to ask for LUKS passwords or activate mdraid sets
>               if isDracut:
> -                kern_opts = kernel_options + " rd_NO_LUKS rd_NO_MD"
> +                kern_opts = kernel_options + " rd_NO_LUKS rd_NO_MD rd_NO_DM"
>               else:
>                   kern_opts = kernel_options
>

committed


More information about the livecd mailing list