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

23 lines
532 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
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