Add findiso to grub config

In order for grub to be able to read the kernel regardless of whether
the image is written to a CD or a USB stick, it's necessary to autoprobe
for the filesystem using the findiso command. Add it to the grub config.
This commit is contained in:
Matthew Garrett 2012-02-13 14:42:03 -05:00 committed by Brian C. Lane
parent 141312ba0e
commit 2553a6d5f1
2 changed files with 2 additions and 0 deletions

View File

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

View File

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