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
1 changed files with 6 additions and 6 deletions
|
@ -22,12 +22,12 @@ n
|
|||
p
|
||||
1
|
||||
|
||||
+${part1s}M
|
||||
+$(($part1s * 1024))K
|
||||
n
|
||||
p
|
||||
2
|
||||
|
||||
+${part2s}M
|
||||
|
||||
w
|
||||
q
|
||||
EOF
|
||||
|
|
Loading…
Reference in a new issue