Skip to content

Commit 263559c

Browse files
DennisKonradyadvr
authored andcommitted
systemvmtemplate: Bigger partition size and ambiguous redirect bugfix (#2832)
Fix partition sizes to allow the building of systemvmtemplate, and fix ambiguous redirect fix.
1 parent 3212ce5 commit 263559c

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

tools/appliance/shar_cloud_scripts.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ cd ${CLOUDSTACK_DIR}/systemvm/debian
4444
tar -cf ${TEMP_DIR}/cloud_scripts/usr/share/cloud/cloud-scripts.tar *
4545

4646
cd ${TEMP_DIR}
47-
shar `find . -print` > ${CURR_DIR}/cloud_scripts_shar_archive.sh
47+
shar `find . -print` > "${CURR_DIR}"/cloud_scripts_shar_archive.sh
4848

4949
cd ${CURR_DIR}
5050
rm -rf ${TEMP_DIR}

tools/appliance/systemvmtemplate/http/preseed.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,13 @@ d-i partman-auto/disk string /dev/vda
5454
d-i partman-auto/method string regular
5555
d-i partman-auto/expert_recipe string \
5656
boot-root :: \
57-
60 60 60 ext2 \
57+
100 60 100 ext2 \
5858
$primary{ } $bootable{ } \
5959
method{ format } format{ } \
6060
use_filesystem{ } filesystem{ ext2 } \
6161
mountpoint{ /boot } \
6262
. \
63-
975 40 1000 ext4 \
63+
1175 40 1200 ext4 \
6464
method{ format } format{ } \
6565
use_filesystem{ } filesystem{ ext4 } \
6666
mountpoint{ / } \

tools/appliance/systemvmtemplate/template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
[ "-m", "512M" ],
3333
[ "-smp", "cpus=1,maxcpus=1,cores=1" ]
3434
],
35-
"disk_size": 1800,
35+
"disk_size": 2000,
3636
"format": "qcow2",
3737

3838
"disk_interface": "virtio",

0 commit comments

Comments
 (0)