]> git.donarmstrong.com Git - neurodebian.git/commitdiff
preparing for VM 6.0.5 -- double the partition size
authorYaroslav Halchenko <debian@onerussian.com>
Sat, 5 Nov 2011 19:50:14 +0000 (15:50 -0400)
committerYaroslav Halchenko <debian@onerussian.com>
Sat, 5 Nov 2011 19:50:14 +0000 (15:50 -0400)
vm/d-i/squeeze/preseed.cfg
vm/tools/nd_createappliance

index 62a14b0091f78c289a0f372f443fb90b3a89a931..6419cbcd8dfe24db30fa65a7b9857bf80cca5b7a 100644 (file)
@@ -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{ }                \
               .
 
index 8a56a128f48c28bf31fc13a07ba9334cb67ad066..b92a832382f7e06757aff3754f7d7690482dfe85 100755 (executable)
@@ -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"