235813212f
This adds a new livemedia-creator argument, --extra-boot-args, which can be used to add arguments to the kernel command-line in the templates.
14 lines
343 B
Plaintext
14 lines
343 B
Plaintext
#debug --graphics
|
|
default=1
|
|
splashimage=@SPLASHPATH@
|
|
timeout 60
|
|
hiddenmenu
|
|
title Start @PRODUCT@ @VERSION@
|
|
findiso
|
|
kernel @KERNELPATH@ @ROOT@ @EXTRA@ rd.live.image quiet
|
|
initrd @INITRDPATH@
|
|
title Test this media & start @PRODUCT@ @VERSION@
|
|
findiso
|
|
kernel @KERNELPATH@ @ROOT@ @EXTRA@ rd.live.image rd.live.check quiet
|
|
initrd @INITRDPATH@
|