505d5bf164
live media isn't exactly the same as the Anaconda install media. Right
now this amounts to needing a root= cmdline argument but in the future
there may be other differences.
This also reverts 5437557846
on the new copies of the templates.
14 lines
344 B
Plaintext
14 lines
344 B
Plaintext
#debug --graphics
|
|
default=0
|
|
splashimage=@SPLASHPATH@
|
|
timeout 5
|
|
hiddenmenu
|
|
title @PRODUCT@ @VERSION@
|
|
findiso
|
|
kernel @KERNELPATH@ @ROOT@ liveimg rd.luks=0 rd.md=0 rd.dm=0
|
|
initrd @INITRDPATH@
|
|
title Test this media & start @PRODUCT@
|
|
findiso
|
|
kernel @KERNELPATH@ @ROOT@ quiet liveimg rd.live.check rd.luks=0 rd.md=0 rd.dm=0
|
|
initrd @INITRDPATH@
|