lorax/share/config_files/x86/grub.conf
Matthew Garrett 2553a6d5f1 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.
2012-02-14 09:20:22 -08:00

10 lines
184 B
Plaintext

#debug --graphics
default=0
splashimage=@SPLASHPATH@
timeout 5
hiddenmenu
title @PRODUCT@ @VERSION@
findiso
kernel @KERNELPATH@ @ROOT@ rd.luks=0 rd.md=0 rd.dm=0
initrd @INITRDPATH@