Fixed yaboot.conf and boot.msg for the new 32bit/64bit kernel separation.
This commit is contained in:
parent
f785b4ef16
commit
a50875936f
|
@ -11,10 +11,11 @@ symptom is a white screen which doesn't go away),
|
||||||
use 'install video=ofonly' or 'expert video=ofonly'.
|
use 'install video=ofonly' or 'expert video=ofonly'.
|
||||||
|
|
||||||
The plain options are for the powerpc family of
|
The plain options are for the powerpc family of
|
||||||
processors (from 601 to G4). The *-power3 options
|
processors (from 601 to G4). The *64 options are for
|
||||||
are for IBM Power3 boxes, and the *-power4 options
|
64bit powerpc processors, which include the IBM
|
||||||
are for IBM Power4 and Apple G5 boxes. Press the tab
|
Power3, Power4, Power5, ... boxes, as well as the
|
||||||
key for a list of options, or type 'help' for help.
|
Apple G5 boxes. Press the tab key for a list of
|
||||||
|
options, or type 'help' for help.
|
||||||
|
|
||||||
************************************
|
************************************
|
||||||
If in doubt, just choose 'install', and if that
|
If in doubt, just choose 'install', and if that
|
||||||
|
|
|
@ -2,104 +2,42 @@
|
||||||
## Debian GNU/Linux PowerPC (CODENAME)
|
## Debian GNU/Linux PowerPC (CODENAME)
|
||||||
|
|
||||||
# It is important not to have a comma after cd:
|
# It is important not to have a comma after cd:
|
||||||
device=cd:
|
# Let's disable this one for now, as it breaks on IBM 64bit boxes,
|
||||||
|
# Not sure if it is ok on powermacs, but yaboot should be able to
|
||||||
|
# parse that from chosen/bootpath.
|
||||||
|
# device=cd:
|
||||||
default=install
|
default=install
|
||||||
|
|
||||||
# FIXME: will this be the correct path?
|
# FIXME: will this be the correct path?
|
||||||
message=/install/boot.msg
|
message=/install/boot.msg
|
||||||
|
|
||||||
# Powerpc subarch
|
# PowerPC subarch
|
||||||
image=/install/powerpc/vmlinux
|
image=/install/powerpc/vmlinux
|
||||||
label=install-powerpc
|
label=install
|
||||||
alias=install
|
|
||||||
initrd=/install/powerpc/initrd.gz
|
initrd=/install/powerpc/initrd.gz
|
||||||
append="devfs=mount,dall init=/linuxrc --"
|
append="devfs=mount,dall init=/linuxrc --"
|
||||||
initrd-size=10240
|
initrd-size=10240
|
||||||
read-only
|
read-only
|
||||||
|
|
||||||
image=/install/powerpc/vmlinux
|
image=/install/powerpc/vmlinux
|
||||||
label=expert-powerpc
|
label=expert
|
||||||
alias=expert
|
|
||||||
initrd=/install/powerpc/initrd.gz
|
initrd=/install/powerpc/initrd.gz
|
||||||
append="DEBCONF_PRIORITY=low devfs=mount,dall init=/linuxrc --"
|
append="DEBCONF_PRIORITY=low devfs=mount,dall init=/linuxrc --"
|
||||||
initrd-size=10240
|
initrd-size=10240
|
||||||
read-only
|
read-only
|
||||||
|
|
||||||
# Power3 subarch
|
# PowerPC 64bit subarch
|
||||||
image=/install/power3/vmlinux
|
image=/install/powerpc64/vmlinux
|
||||||
label=install-power3
|
label=install64
|
||||||
initrd=/install/power3/initrd.gz
|
initrd=/install/powerpc64/initrd.gz
|
||||||
append="devfs=mount,dall init=/linuxrc --"
|
append="devfs=mount,dall init=/linuxrc --"
|
||||||
initrd-size=10240
|
initrd-size=10240
|
||||||
read-only
|
read-only
|
||||||
|
|
||||||
image=/install/power3/vmlinux
|
image=/install/powerpc64/vmlinux
|
||||||
label=expert-power3
|
label=expert64
|
||||||
initrd=/install/power3/initrd.gz
|
initrd=/install/powerpc64/initrd.gz
|
||||||
append="DEBCONF_PRIORITY=low devfs=mount,dall init=/linuxrc --"
|
append="DEBCONF_PRIORITY=low devfs=mount,dall init=/linuxrc --"
|
||||||
initrd-size=10240
|
initrd-size=10240
|
||||||
read-only
|
read-only
|
||||||
|
|
||||||
# Power 4 subarch
|
|
||||||
image=/install/power4/vmlinux
|
|
||||||
label=install-power4
|
|
||||||
initrd=/install/power4/initrd.gz
|
|
||||||
append="devfs=mount,dall init=/linuxrc --"
|
|
||||||
initrd-size=10240
|
|
||||||
read-only
|
|
||||||
|
|
||||||
image=/install/power4/vmlinux
|
|
||||||
label=expert-power4
|
|
||||||
initrd=/install/power4/initrd.gz
|
|
||||||
append="DEBCONF_PRIORITY=low devfs=mount,dall init=/linuxrc --"
|
|
||||||
initrd-size=10240
|
|
||||||
read-only
|
|
||||||
|
|
||||||
# ... and now massive clone-and-hack for 2.4 ...
|
|
||||||
|
|
||||||
# Powerpc subarch
|
|
||||||
image=/install/powerpc/2.4/vmlinux
|
|
||||||
label=install-powerpc-2.4
|
|
||||||
alias=install-2.4
|
|
||||||
initrd=/install/powerpc/2.4/initrd.gz
|
|
||||||
append="devfs=mount,dall init=/linuxrc --"
|
|
||||||
initrd-size=8192
|
|
||||||
read-only
|
|
||||||
|
|
||||||
image=/install/powerpc/2.4/vmlinux
|
|
||||||
label=expert-powerpc-2.4
|
|
||||||
alias=expert-2.4
|
|
||||||
initrd=/install/powerpc/2.4/initrd.gz
|
|
||||||
append="DEBCONF_PRIORITY=low devfs=mount,dall init=/linuxrc --"
|
|
||||||
initrd-size=8192
|
|
||||||
read-only
|
|
||||||
|
|
||||||
# Power3 subarch
|
|
||||||
image=/install/power3/2.4/vmlinux
|
|
||||||
label=install-power3-2.4
|
|
||||||
initrd=/install/power3/2.4/initrd.gz
|
|
||||||
append="devfs=mount,dall init=/linuxrc --"
|
|
||||||
initrd-size=8192
|
|
||||||
read-only
|
|
||||||
|
|
||||||
image=/install/power3/2.4/vmlinux
|
|
||||||
label=expert-power3-2.4
|
|
||||||
initrd=/install/power3/2.4/initrd.gz
|
|
||||||
append="DEBCONF_PRIORITY=low devfs=mount,dall init=/linuxrc --"
|
|
||||||
initrd-size=8192
|
|
||||||
read-only
|
|
||||||
|
|
||||||
# Power 4 subarch
|
|
||||||
image=/install/power4/2.4/vmlinux
|
|
||||||
label=install-power4-2.4
|
|
||||||
initrd=/install/power4/2.4/initrd.gz
|
|
||||||
append="devfs=mount,dall init=/linuxrc --"
|
|
||||||
initrd-size=8192
|
|
||||||
read-only
|
|
||||||
|
|
||||||
image=/install/power4/2.4/vmlinux
|
|
||||||
label=expert-power4-2.4
|
|
||||||
initrd=/install/power4/2.4/initrd.gz
|
|
||||||
append="DEBCONF_PRIORITY=low devfs=mount,dall init=/linuxrc --"
|
|
||||||
initrd-size=8192
|
|
||||||
read-only
|
|
||||||
|
|
Loading…
Reference in New Issue