summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKwadronaut <kwadronaut@leap.se>2012-12-11 13:06:00 +0100
committerKwadronaut <kwadronaut@leap.se>2012-12-11 13:06:00 +0100
commita51e2d1a68df167991ba233583b076f003e8789f (patch)
tree24f0d7940b3cc34f2415dfe040b9c432f54fb8a2
parent146ed41d1f8f59960c865c638a246785a235865f (diff)
spelling and typo
-rw-r--r--wheezy/base.sh2
-rw-r--r--wheezy/definition.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/wheezy/base.sh b/wheezy/base.sh
index a05b1fe..339ce76 100644
--- a/wheezy/base.sh
+++ b/wheezy/base.sh
@@ -1,7 +1,7 @@
date > /etc/box_build_time
# Before updating the box, get rid of pdiffs, they slow things down on faster links
-echo 'Acquire::PDiffs "false";' >./etc/apt/apt.conf.d/90disable-pdiffs
+echo 'Acquire::PDiffs "false";' >/etc/apt/apt.conf.d/90disable-pdiffs
# Update the box
apt-get -y update
diff --git a/wheezy/definition.rb b/wheezy/definition.rb
index 57ac08b..6c87d6c 100644
--- a/wheezy/definition.rb
+++ b/wheezy/definition.rb
@@ -3,7 +3,7 @@ Veewee::Definition.declare({
:memory_size=> '256',
:disk_size => '10140', :disk_format => 'VDI', :hostiocache => 'on',
:os_type_id => 'Debian_64',
- :iso_file => "debian-wheezy-DI-b3-amd64-netinst.iso",
+ :iso_file => "debian-wheezy-DI-b4-amd64-netinst.iso",
:iso_src => "http://cdimage.debian.org/cdimage/wheezy_di_beta4/amd64/iso-cd/debian-wheezy-DI-b4-amd64-netinst.iso",
:iso_md5 => "9fcd2bb541f9b6b32f2a17116d606bed",
:iso_download_timeout => "1000",