From 33f0a01e30ed9438debf6a7723cd93ff50effb04 Mon Sep 17 00:00:00 2001 From: ficus Date: Sun, 23 Sep 2012 18:53:45 +0200 Subject: remove confusing unused packages --- freedom-maker/mk_virtualbox_image | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100755 freedom-maker/mk_virtualbox_image (limited to 'freedom-maker/mk_virtualbox_image') diff --git a/freedom-maker/mk_virtualbox_image b/freedom-maker/mk_virtualbox_image deleted file mode 100755 index abdd730..0000000 --- a/freedom-maker/mk_virtualbox_image +++ /dev/null @@ -1,31 +0,0 @@ -#!/bin/bash - -# Ensure git\VBoxManage is installed -# Get vmdebootstrap code -# Run vmdebootstrap script to create image -# Convert image to vdi hard drive - -# don't tolerate errors. -set -e - -basedir=`pwd` -IMAGE=$1 - -# Get vmdebootstrap code -rm -rf vmdebootstrap -git clone git://gitorious.org/~nickdaly/vmdebootstrap/nickdalys-vmdebootstrap.git - -# Run vmdebootstrap script to create image -sudo ./vmdebootstrap/vmdebootstrap --log freedombox.log --log-level debug --image $IMAGE.img --hostname freedombox \ - --size 1G --verbose --enable-dhcp --package ssh --package apache2 --package git --package mercurial \ - --package build-essential --package checkinstall --package python-simplejson \ - --mirror http://ftp.uk.debian.org/debian/ --package pandoc --package python-cheetah \ - --package python-argparse \ - --customize=$basedir/freedombox-customize --root-password=password1 --arch=i386 - -# Convert image to vdi hard drive -VBoxManage convertdd $IMAGE.img $IMAGE.vdi - -#mkdir testing -#sudo mount -o loop,offset=1048576 freedombox.img testing/ -#sudo umount testing/ -- cgit v1.2.3