Fix yaboot.conf for CD booting

This commit is contained in:
Dan Jacobowitz 2000-05-03 18:49:37 +00:00
parent b2ba460749
commit 70faa4c7fe
1 changed files with 6 additions and 3 deletions

View File

@ -3,13 +3,16 @@
init-message="Debian GNU/Linux PowerPC (CODENAME)"
# The comma is important
device=cd:,
# 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\\root1440.bin
initrd=\\install\\powermac\\root.bin
initrd-size=8192
read-only