2003-10-09 21:57:34 +00:00
|
|
|
## 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:
|
|
|
|
device=cd:
|
|
|
|
default=install
|
|
|
|
timeout=100
|
|
|
|
|
|
|
|
# FIXME: will this be the correct path?
|
|
|
|
message=/install/powermac/boot.msg
|
|
|
|
|
|
|
|
image=/install/powermac/vmlinux
|
|
|
|
label=install
|
|
|
|
initrd=/install/powermac/root.bin
|
2004-01-01 18:47:15 -01:00
|
|
|
append="devfs=mount,dall init=/linuxrc"
|
2003-12-29 17:10:47 -01:00
|
|
|
initrd-size=8192
|
|
|
|
read-only
|
|
|
|
|
|
|
|
image=/install/powermac/vmlinux
|
|
|
|
label=expert
|
|
|
|
initrd=/install/powermac/root.bin
|
2004-01-01 18:47:15 -01:00
|
|
|
append="DEBCONF_PRIORITY=low devfs=mount,dall init=/linuxrc"
|
2003-10-09 21:57:34 +00:00
|
|
|
initrd-size=8192
|
|
|
|
read-only
|
|
|
|
|
|
|
|
# some machines have wonky framebuffer support
|
|
|
|
image=/install/powermac/vmlinux
|
|
|
|
label=install-safe
|
|
|
|
initrd=/install/powermac/root.bin
|
|
|
|
initrd-size=8192
|
2003-12-29 17:10:47 -01:00
|
|
|
append="devfs=mount,dall video=ofonly init=/linuxrc"
|
|
|
|
read-only
|
|
|
|
|
|
|
|
image=/install/powermac/vmlinux
|
|
|
|
label=expert-safe
|
|
|
|
initrd=/install/powermac/root.bin
|
|
|
|
initrd-size=8192
|
|
|
|
append="DEBCONF_PRIORITY=low devfs=mount,dall video=ofonly init=/linuxrc"
|
2003-10-09 21:57:34 +00:00
|
|
|
read-only
|