0236440581
move arch-specific stuff to arch-specific subdirs and move all the common stuff to a subdir named 'common'. Also, rename '.profile' and '.bash_history' so you actually see them when you 'ls' the 'common' dir. also added some helpful(?) comments to the templates.
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
|