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

24 lines
617 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:
timeout=100
# potato needs \\ kludge because potato's yaboot is anchient broken crap
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