fix swapped expert and high entries
This commit is contained in:
parent
b860c918ef
commit
bcd3d5445b
|
@ -12,14 +12,14 @@ message=/install/powermac/boot.msg
|
|||
image=/install/powermac/vmlinux
|
||||
label=install
|
||||
initrd=/install/powermac/root.bin
|
||||
append="DEBCONF_PRIORITY=low devfs=mount,dall init=/linuxrc"
|
||||
append="devfs=mount,dall init=/linuxrc"
|
||||
initrd-size=8192
|
||||
read-only
|
||||
|
||||
image=/install/powermac/vmlinux
|
||||
label=expert
|
||||
initrd=/install/powermac/root.bin
|
||||
append="devfs=mount,dall init=/linuxrc"
|
||||
append="DEBCONF_PRIORITY=low devfs=mount,dall init=/linuxrc"
|
||||
initrd-size=8192
|
||||
read-only
|
||||
|
||||
|
|
Loading…
Reference in New Issue