debian-cd-clone/data/yaboot/yaboot.conf

38 lines
828 B
Plaintext
Raw Normal View History

2000-05-01 04:59:02 +00:00
## This yaboot.conf is for CD booting only, do not use as reference.
## Debian GNU/Linux PowerPC (CODENAME)
2000-05-03 18:49:37 +00:00
# It is important not to have a comma after cd:
device=cd:
default=debian
timeout=100
2000-05-01 04:59:02 +00:00
# FIXME: will this be the correct path?
message=/install/powermac/boot.msg
image=/install/powermac/vmlinux
label=debian
initrd=/install/powermac/root.bin
2000-05-01 04:59:02 +00:00
initrd-size=8192
read-only
image=/install/powermac/vmlinux2.4
label=debian24
initrd=/install/powermac/root.bin
initrd-size=8192
read-only
# some machines have wonky framebuffer support
image=/install/powermac/vmlinux
label=debian-safe
initrd=/install/powermac/root.bin
initrd-size=8192
append="video=ofonly"
read-only
image=/install/powermac/vmlinux2.4
label=debian24-safe
initrd=/install/powermac/root.bin
initrd-size=8192
append="video=ofonly"
read-only