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:
|
2001-12-19 09:32:10 -01:00
|
|
|
default=install
|
2001-06-13 11:31:43 +00:00
|
|
|
timeout=100
|
2000-05-01 04:59:02 +00:00
|
|
|
|
2001-12-19 08:48:34 -01:00
|
|
|
# FIXME: will this be the correct path?
|
|
|
|
message=/install/powermac/boot.msg
|
|
|
|
|
2001-10-14 11:35:14 +00:00
|
|
|
image=/install/powermac/vmlinux
|
2001-12-19 09:32:10 -01:00
|
|
|
label=install
|
2001-10-14 11:35:14 +00:00
|
|
|
initrd=/install/powermac/root.bin
|
2000-05-01 04:59:02 +00:00
|
|
|
initrd-size=8192
|
2001-06-13 11:31:43 +00:00
|
|
|
read-only
|
|
|
|
|
2001-12-19 08:48:34 -01:00
|
|
|
image=/install/powermac/vmlinux2.4
|
2001-12-19 09:32:10 -01:00
|
|
|
label=install24
|
2001-12-19 08:48:34 -01:00
|
|
|
initrd=/install/powermac/root.bin
|
|
|
|
initrd-size=8192
|
2001-12-31 06:02:34 -01:00
|
|
|
append="disksize=2.88"
|
2001-12-19 08:48:34 -01:00
|
|
|
read-only
|
|
|
|
|
2001-06-13 11:31:43 +00:00
|
|
|
# some machines have wonky framebuffer support
|
2001-10-14 11:35:14 +00:00
|
|
|
image=/install/powermac/vmlinux
|
2001-12-19 09:32:10 -01:00
|
|
|
label=install-safe
|
2001-12-19 08:48:34 -01:00
|
|
|
initrd=/install/powermac/root.bin
|
|
|
|
initrd-size=8192
|
|
|
|
append="video=ofonly"
|
|
|
|
read-only
|
|
|
|
|
|
|
|
image=/install/powermac/vmlinux2.4
|
2001-12-19 09:32:10 -01:00
|
|
|
label=install24-safe
|
2001-10-14 11:35:14 +00:00
|
|
|
initrd=/install/powermac/root.bin
|
2001-06-13 11:31:43 +00:00
|
|
|
initrd-size=8192
|
2001-12-31 06:02:34 -01:00
|
|
|
append="disksize=2.88 video=ofonly"
|
2001-06-13 11:31:43 +00:00
|
|
|
read-only
|