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.
19 lines
407 B
Plaintext
19 lines
407 B
Plaintext
partition=1
|
|
default=linux
|
|
read-write
|
|
timeout=100
|
|
message=/boot/boot.msg
|
|
image[sun4u]=/boot/vmlinuz
|
|
label=linux
|
|
alias=install
|
|
append="@ROOT@"
|
|
initrd=/boot/initrd.img
|
|
image[sun4u]=/boot/vmlinuz
|
|
label=text
|
|
append="@ROOT@ text"
|
|
initrd=/boot/initrd.img
|
|
image[sun4u]=/boot/vmlinuz
|
|
label=ks
|
|
append="@ROOT@ ks"
|
|
initrd=/boot/initrd.img
|