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.
17 lines
353 B
Plaintext
17 lines
353 B
Plaintext
init-message = "\nWelcome to the @PRODUCT@ @VERSION@ installer!\nUse 'linux32' for 32-bit kernel.\n\n"
|
|
timeout=6000
|
|
default=linux
|
|
|
|
image=/ppc/ppc64/vmlinuz
|
|
label=linux64
|
|
alias=linux
|
|
initrd=/ppc/ppc64/ramdisk.image.gz
|
|
read-only
|
|
append="@ROOT@"
|
|
|
|
image=/ppc/ppc32/vmlinuz
|
|
label=linux32
|
|
initrd=/ppc/ppc32/ramdisk.image.gz
|
|
read-only
|
|
append="@ROOT@"
|