2f477626fa
...turns out you can't just have a single template file, because lorax just picks a single directory and expects all the data it needs to be there. Sigh. So this adds all the rest of the files, plus some Makefile machinery for generating a tarball and updating the specfile after you've checked in changes. See README for details.
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@
|