From: Yaroslav Halchenko Date: Sat, 5 Nov 2011 19:50:14 +0000 (-0400) Subject: preparing for VM 6.0.5 -- double the partition size X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=ffb7fbbea4d6d5a25e13f2fe6b3ed5872e225fde;p=neurodebian.git preparing for VM 6.0.5 -- double the partition size --- diff --git a/vm/d-i/squeeze/preseed.cfg b/vm/d-i/squeeze/preseed.cfg index 62a14b0..6419cbc 100644 --- a/vm/d-i/squeeze/preseed.cfg +++ b/vm/d-i/squeeze/preseed.cfg @@ -131,14 +131,14 @@ d-i partman-auto/choose_recipe select atomic # swap, and uses the rest of the space for the root partition: d-i partman-auto/expert_recipe string \ boot-root :: \ - 5000 20000 1000000000 ext3 \ + 10000 40000 1000000000 ext3 \ $primary{ } $bootable{ } \ method{ format } format{ } \ use_filesystem{ } filesystem{ ext3 } \ label{NEURODEBIAN} \ mountpoint{ / } \ . \ - 1024 1024 1024 linux-swap \ + 2048 2048 2048 linux-swap \ method{ swap } format{ } \ . diff --git a/vm/tools/nd_createappliance b/vm/tools/nd_createappliance index 8a56a12..b92a832 100755 --- a/vm/tools/nd_createappliance +++ b/vm/tools/nd_createappliance @@ -6,14 +6,14 @@ set -eu # TODO: arguments later on to become cmdline args #iso=debian-squeeze-di-beta1-amd64-businesscard.iso -iso=debian-6.0.1a-${ARCH:=amd64}-businesscard.iso +iso=debian-6.0.3-${ARCH:=amd64}-businesscard.iso di_cd=$(readlink -f $PWD/../../../neurodebian-images/$iso) di_host=head1.hydra.dartmouth.edu # where to look for di preseed build_dir=$PWD/build dist_dir=$PWD/dist vendor="NeuroDebian" -vm_version="6.0.4" +vm_version="6.0.5" vm_ostype=Debian vendor_url="http://neuro.debian.net" product_url="${vendor_url}/vm.html" @@ -77,7 +77,7 @@ mkdir -p $build_dir _info Create HardDisk for the VM VBoxManage createhd --filename $vm_disk \ - --size 20480 --format VDI + --size 40960 --format VDI # documented but not implemented: # --comment "Drive for NeuroDebian VM installer"