Make output of partition visible
This commit is contained in:
parent
f3982bb3df
commit
286a541c92
@ -253,7 +253,7 @@ installboot -m /dev/$primary /usr/mdec/masterboot >/dev/null || exit
|
|||||||
# Partition the primary.
|
# Partition the primary.
|
||||||
p3=0:0
|
p3=0:0
|
||||||
test "$swapsize" -gt 0 && p3=81:`expr $swapsize \* 2`
|
test "$swapsize" -gt 0 && p3=81:`expr $swapsize \* 2`
|
||||||
partition /dev/$primary 1 81:32768* $p3 81:0+ >/dev/null || exit
|
partition /dev/$primary 1 81:32768* $p3 81:0+ || exit
|
||||||
|
|
||||||
if [ "$swapsize" -gt 0 ]
|
if [ "$swapsize" -gt 0 ]
|
||||||
then
|
then
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user