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

27 lines
668 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)
init-message="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:
partition=2
timeout=100
2000-05-01 04:59:02 +00:00
2000-05-03 18:49:37 +00:00
# \ is an escape character.
# If you need to enter a path at the boot: prompt, do not
# double the backslashes.
2000-05-01 04:59:02 +00:00
image=\\install\\powermac\\vmlinux
label=debian
2000-05-03 18:49:37 +00:00
initrd=\\install\\powermac\\root.bin
2000-05-01 04:59:02 +00:00
initrd-size=8192
read-only
# some machines have wonky framebuffer support
image=\\install\\powermac\\vmlinux
label=debian-novideo
initrd=\\install\\powermac\\root.bin
initrd-size=8192
append="video=ofonly"
read-only