2553a6d5f1
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.
10 lines
184 B
Plaintext
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@
|