mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-11-22 18:03:44 +08:00
Always allocate
This commit is contained in:
@@ -103,7 +103,7 @@ BOOT=$(find $TMP -name "*.bin.zip")
|
||||
BOOT=$(echo "$BOOT" | head -c -5)
|
||||
unzip -q -o "$BOOT".zip -d $TMP
|
||||
|
||||
echo "Install: Allocating diskspace..."
|
||||
[ "$ALLOCATE" != "Z" ] && echo "Install: Allocating diskspace..."
|
||||
|
||||
SYSTEM="$TMP/sys.img"
|
||||
SYSTEM_SIZE=4954537983
|
||||
|
||||
Reference in New Issue
Block a user