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:
Tim Yardley 2006-10-25 23:51:48 +00:00
parent 97e54a1932
commit 22e8c9d05e
1 changed files with 6 additions and 6 deletions

View File

@ -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