Fix yaboot.conf for CD booting
This commit is contained in:
parent
b2ba460749
commit
70faa4c7fe
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue