> diff --git a/share/config_files/live/x86/grub.conf b/share/config_files/live/x86/grub.conf > index c8504ee..3547540 100644 > --- a/share/config_files/live/x86/grub.conf > +++ b/share/config_files/live/x86/grub.conf > @@ -5,5 +5,9 @@ timeout 5 > hiddenmenu > title @PRODUCT@ @VERSION@ > findiso > - kernel @KERNELPATH@ @ROOT@ rd.luks=0 rd.md=0 rd.dm=0 > + kernel @KERNELPATH@ @ROOT@ liveimg rd.luks=0 rd.md=0 rd.dm=0 > + initrd @INITRDPATH@ > +title Test this media & start @PRODUCT@ > + findiso > + kernel @KERNELPATH@ @ROOT@ quiet liveimg rd.live.check rd.luks=0 rd.md=0 rd.dm=0 > initrd @INITRDPATH@ Do you also want to remove these rd.*=0 args like the previous patch did? - Chris _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list