19 lines
487 B
Plaintext
19 lines
487 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=50
|
|
|
|
# \ 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
|
|
partition=2
|
|
initrd=\\install\\powermac\\root.bin
|
|
initrd-size=8192
|
|
read-only
|