From 76039a191f0dae49b7a0b957228bd6ec8335ab21 Mon Sep 17 00:00:00 2001 From: kwadronaut Date: Sun, 17 Mar 2013 19:46:47 +0100 Subject: adding correct headers as a package, and rc1 of Wheezy as a source --- wheezy/base.sh | 2 +- wheezy/definition.rb | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/wheezy/base.sh b/wheezy/base.sh index ed6b506..b5aa90c 100644 --- a/wheezy/base.sh +++ b/wheezy/base.sh @@ -5,7 +5,7 @@ echo 'Acquire::PDiffs "false";' >/etc/apt/apt.conf.d/90disable-pdiffs # Update the box apt-get -y update -apt-get -y install linux-headers-generic build-essential +apt-get -y install linux-headers-$(uname -r) build-essential apt-get -y install zlib1g-dev libssl-dev libreadline6-dev apt-get -y install curl unzip apt-get -y install virtualbox-guest-utils diff --git a/wheezy/definition.rb b/wheezy/definition.rb index d881728..f3359f5 100644 --- a/wheezy/definition.rb +++ b/wheezy/definition.rb @@ -10,9 +10,9 @@ Veewee::Definition.declare({ 'natdnshostresolver1' => 'on' ] }, - :iso_file => "debian-6.0.6-i386-netinst.iso", - :iso_src => "http://cdimage.debian.org/cdimage/wheezy_di_beta4/i386/iso-cd/debian-wheezy-DI-b4-i386-netinst.iso", - :iso_md5 => "34d0ae973715c7a31646281c70839809", + :iso_file => "debian-wheezy-DI-rc1-i386-netinst.iso", + :iso_src => "http://cdimage.debian.org/cdimage/wheezy_di_rc1/i386/iso-cd/debian-wheezy-DI-rc1-i386-netinst.iso", + :iso_md5 => "db12ca9554bb8f121c98e268682a55d0", :iso_download_timeout => "1000", :boot_wait => "10", :boot_cmd_sequence => [ '', -- cgit v1.2.3