Always resize the root filesystem
This commit is contained in:
parent
ea442c1cb7
commit
ae6055685c
@ -131,6 +131,7 @@ fi
|
|||||||
if [ $ROOTSIZE -gt 2000 ]; then
|
if [ $ROOTSIZE -gt 2000 ]; then
|
||||||
# Resize the container
|
# Resize the container
|
||||||
qemu-img resize $IMG_FILE +$((ROOTSIZE - 2000))M
|
qemu-img resize $IMG_FILE +$((ROOTSIZE - 2000))M
|
||||||
|
fi
|
||||||
|
|
||||||
# Connect to nbd and wait till it is ready
|
# Connect to nbd and wait till it is ready
|
||||||
qemu-nbd -c $NBD $IMG_FILE
|
qemu-nbd -c $NBD $IMG_FILE
|
||||||
@ -156,4 +157,3 @@ w
|
|||||||
resize2fs ${NBD}p1
|
resize2fs ${NBD}p1
|
||||||
|
|
||||||
qemu-nbd -d $NBD
|
qemu-nbd -d $NBD
|
||||||
fi
|
|
||||||
|
Loading…
Reference in New Issue
Block a user