]> git.donarmstrong.com Git - neurodebian.git/blobdiff - vm/tools/nd_createappliance
changelog + nd-vmsetupwizard: Preparing 0.29 release of neurodebian for updated nd...
[neurodebian.git] / vm / tools / nd_createappliance
index 6a4539bb962f96136efc042e0730ac1e5f27de07..fc76bcbeb2cc0f737f5a3ee5437680f6e3883c98 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.3-${ARCH:=amd64}-businesscard.iso
+iso=debian-6.0.6-${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.5"
+vm_version="6.0.6"
 vm_ostype=Debian
 vendor_url="http://neuro.debian.net"
 product_url="${vendor_url}/vm.html"