d79e250b9b
Make kernel args the same in every config. Put 'quiet' at the end of the line - it's usually the first thing a user removes when debugging. Fill missing product versions in. Distinguish between 'install' (installation media) and 'start' (live media).
14 lines
302 B
Plaintext
14 lines
302 B
Plaintext
#debug --graphics
|
|
default=0
|
|
splashimage=@SPLASHPATH@
|
|
timeout 5
|
|
hiddenmenu
|
|
title Install @PRODUCT@ @VERSION@
|
|
findiso
|
|
kernel @KERNELPATH@ @ROOT@ quiet
|
|
initrd @INITRDPATH@
|
|
title Test this media & install @PRODUCT@ @VERSION@
|
|
findiso
|
|
kernel @KERNELPATH@ @ROOT@ rd.live.check quiet
|
|
initrd @INITRDPATH@
|