Browse Source

Reduce VM disk size

tags/nilmbuntu-7^0
Jim Paris 3 years ago
parent
commit
f1c7ee2323
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      run.sh

+ 1
- 1
run.sh View File

@@ -62,7 +62,7 @@ case $boot in
c)
echo "booting CD with empty disk"
rm -f ${DISK}
dd if=/dev/zero "of=${DISK}" bs=1M count=0 seek=30720
dd if=/dev/zero "of=${DISK}" bs=1M count=0 seek=24576
cfg+=" -drive file=${iso},media=cdrom,if=none,id=cd"
cfg+=" -device virtio-scsi-pci -device scsi-cd,drive=cd"
cfg+=" -boot d"


Loading…
Cancel
Save