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

27 lines
668 B
Plaintext

## 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)"
# It is important not to have a comma after cd:
device=cd:
partition=2
timeout=100
# \ is an escape character.
# If you need to enter a path at the boot: prompt, do not
# double the backslashes.
image=\\install\\powermac\\vmlinux
label=debian
initrd=\\install\\powermac\\root.bin
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