59f256e989
The ppc config files were missing from the live config_files directory and ppc needs the correct lib directory so lmc has been switched to use ArchData driven from the installed kernel arch. Resolves: rhbz#1102318
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@"
|