fix partition issue with x86, leveraging the default size on the second partition (all of the remaining drive) in order to get around size differences
SVN-Revision: 5293
This commit is contained in:
parent
97e54a1932
commit
22e8c9d05e
|
@ -22,12 +22,12 @@ n
|
||||||
p
|
p
|
||||||
1
|
1
|
||||||
|
|
||||||
+${part1s}M
|
+$(($part1s * 1024))K
|
||||||
n
|
n
|
||||||
p
|
p
|
||||||
2
|
2
|
||||||
|
|
||||||
+${part2s}M
|
|
||||||
w
|
w
|
||||||
q
|
q
|
||||||
EOF
|
EOF
|
||||||
|
|
Loading…
Reference in New Issue