71 lines
1.6 KiB
Plaintext
71 lines
1.6 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="--"
|
|
initrd-size=10240
|
|
read-only
|
|
|
|
image=/install/powerpc/vmlinux
|
|
label=expert
|
|
initrd=/install/powerpc/initrd.gz
|
|
append="DEBCONF_PRIORITY=low --"
|
|
initrd-size=10240
|
|
read-only
|
|
|
|
image=/install/powerpc/vmlinux
|
|
label=rescue
|
|
initrd=/install/powerpc/initrd.gz
|
|
append="rescue/enable=true --"
|
|
initrd-size=10240
|
|
read-only
|
|
|
|
image=/install/powerpc/vmlinux
|
|
label=auto
|
|
initrd=/install/powerpc/initrd.gz
|
|
append="auto=true priority=critical --"
|
|
initrd-size=10240
|
|
read-only
|
|
|
|
# PowerPC 64bit subarch
|
|
image=/install/powerpc64/vmlinux
|
|
label=install64
|
|
initrd=/install/powerpc64/initrd.gz
|
|
append="--"
|
|
initrd-size=10240
|
|
read-only
|
|
|
|
image=/install/powerpc64/vmlinux
|
|
label=expert64
|
|
initrd=/install/powerpc64/initrd.gz
|
|
append="DEBCONF_PRIORITY=low --"
|
|
initrd-size=10240
|
|
read-only
|
|
|
|
image=/install/powerpc64/vmlinux
|
|
label=rescue64
|
|
initrd=/install/powerpc64/initrd.gz
|
|
append="rescue/enable=true --"
|
|
initrd-size=10240
|
|
read-only
|
|
|
|
image=/install/powerpc64/vmlinux
|
|
label=auto
|
|
initrd=/install/powerpc64/initrd.gz
|
|
append="auto=true priority=critical --"
|
|
initrd-size=10240
|
|
read-only
|