823e54dabf
These were apparently lost in the transition to livemedia-creator. livecd-creator added them in it's code, and lmc based its live config files on the the boot.iso configs which do not include it (on purpose).
14 lines
348 B
Plaintext
14 lines
348 B
Plaintext
#debug --graphics
|
|
default=1
|
|
splashimage=@SPLASHPATH@
|
|
timeout 60
|
|
hiddenmenu
|
|
title Start @PRODUCT@ @VERSION@
|
|
findiso
|
|
kernel @KERNELPATH@ @ROOT@ @EXTRA@ rd.live.image quiet rhgb
|
|
initrd @INITRDPATH@
|
|
title Test this media & start @PRODUCT@ @VERSION@
|
|
findiso
|
|
kernel @KERNELPATH@ @ROOT@ @EXTRA@ rd.live.image rd.live.check quiet
|
|
initrd @INITRDPATH@
|