c3367acd68
It no longer autoassembles things so we don't need to pass rd.md=0, etc.
14 lines
326 B
Plaintext
14 lines
326 B
Plaintext
#debug --graphics
|
|
default=0
|
|
splashimage=@SPLASHPATH@
|
|
timeout 5
|
|
hiddenmenu
|
|
title Start @PRODUCT@ @VERSION@
|
|
findiso
|
|
kernel @KERNELPATH@ @ROOT@ rd.live.image quiet
|
|
initrd @INITRDPATH@
|
|
title Test this media & start @PRODUCT@ @VERSION@
|
|
findiso
|
|
kernel @KERNELPATH@ @ROOT@ rd.live.image rd.live.check quiet
|
|
initrd @INITRDPATH@
|