/[vbox-tools]/config
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /config

Parent Directory Parent Directory | Revision Log Revision Log


Revision 5 - (show annotations)
Tue Feb 17 21:37:22 2009 UTC (15 years, 1 month ago) by dpavlin
File size: 345 byte(s)
correctly configure disk size (in Mb)

1 #!/bin/sh
2
3 ve=VirtWorkshop
4 memory=512Mb
5 disk_size=8192 # Mb
6 disk=/virtual/debian/hda-$disk_size.vdi
7 dvd=/rest/iso/debian-Lenny-DI-rc2-i386-CD-1.iso
8
9 # run as root
10 if ! id -un | grep root >/dev/null ; then
11 #echo "WARNING: restarting under root user" >&2
12 sudo -H $0 $*
13 exit
14 fi
15
16 echo "# $ve $memory $disk $disk_size $dvd"
17
18

  ViewVC Help
Powered by ViewVC 1.1.26