44 lines
1.1 KiB
Plaintext
44 lines
1.1 KiB
Plaintext
## This yaboot.conf is for CD booting only, do not use as reference.
|
|
## Debian GNU/Linux PowerPC (CODENAME)
|
|
|
|
# It is important not to have a comma after 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
|
|
|
|
# FIXME: will this be the correct path?
|
|
message=/install/boot.msg
|
|
|
|
# PowerPC subarch
|
|
image=/install/powerpc/vmlinux
|
|
label=install
|
|
initrd=/install/powerpc/initrd.gz
|
|
append="devfs=mount,dall init=/linuxrc --"
|
|
initrd-size=10240
|
|
read-only
|
|
|
|
image=/install/powerpc/vmlinux
|
|
label=expert
|
|
initrd=/install/powerpc/initrd.gz
|
|
append="DEBCONF_PRIORITY=low devfs=mount,dall init=/linuxrc --"
|
|
initrd-size=10240
|
|
read-only
|
|
|
|
# PowerPC 64bit subarch
|
|
image=/install/powerpc64/vmlinux
|
|
label=install64
|
|
initrd=/install/powerpc64/initrd.gz
|
|
append="devfs=mount,dall init=/linuxrc --"
|
|
initrd-size=10240
|
|
read-only
|
|
|
|
image=/install/powerpc64/vmlinux
|
|
label=expert64
|
|
initrd=/install/powerpc64/initrd.gz
|
|
append="DEBCONF_PRIORITY=low devfs=mount,dall init=/linuxrc --"
|
|
initrd-size=10240
|
|
read-only
|
|
|