Add dracut args to grub.conf

This commit is contained in:
Brian C. Lane 2012-02-10 11:12:46 -08:00
parent bbd758d998
commit b107181692
2 changed files with 2 additions and 2 deletions

View File

@ -4,5 +4,5 @@ splashimage=@SPLASHPATH@
timeout 5
hiddenmenu
title @PRODUCT@ @VERSION@
kernel @KERNELPATH@ @ROOT@
kernel @KERNELPATH@ @ROOT@ rd.luks=0 rd.md=0 rd.dm=0
initrd @INITRDPATH@

View File

@ -4,5 +4,5 @@ splashimage=@SPLASHPATH@
timeout 5
hiddenmenu
title @PRODUCT@ @VERSION@
kernel @KERNELPATH@ @ROOT@
kernel @KERNELPATH@ @ROOT@ rd.luks=0 rd.md=0 rd.dm=0
initrd @INITRDPATH@