Add disksize=2.88 for new-powermac.
This commit is contained in:
parent
3bfb19626f
commit
74348caf47
|
@ -19,6 +19,7 @@ image=/install/powermac/vmlinux2.4
|
|||
label=install24
|
||||
initrd=/install/powermac/root.bin
|
||||
initrd-size=8192
|
||||
append="disksize=2.88"
|
||||
read-only
|
||||
|
||||
# some machines have wonky framebuffer support
|
||||
|
@ -33,5 +34,5 @@ image=/install/powermac/vmlinux2.4
|
|||
label=install24-safe
|
||||
initrd=/install/powermac/root.bin
|
||||
initrd-size=8192
|
||||
append="video=ofonly"
|
||||
append="disksize=2.88 video=ofonly"
|
||||
read-only
|
||||
|
|
Loading…
Reference in New Issue