Skip to content

Commit

Permalink
bump ubuntu lucid version to 10.04.4
Browse files Browse the repository at this point in the history
  • Loading branch information
schisamo committed Feb 29, 2012
1 parent 1db9d0f commit baacd9c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ubuntu-10.04/definition.rb
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
require File.dirname(__FILE__) + "/../.ubuntu/session.rb"

iso = "ubuntu-10.04.3-server-amd64.iso"
iso = "ubuntu-10.04.4-server-amd64.iso"

session =
UBUNTU_SESSION.merge( :iso_file => iso,
:iso_md5 => "84b43b7bbee85d0af8e11b778c8d1290",
:iso_src => "http://releases.ubuntu.com/10.04.3/#{iso}" )
:iso_md5 => "9b218654cdcdf9722171648c52f8a088",
:iso_src => "http://releases.ubuntu.com/10.04.4/#{iso}" )

Veewee::Session.declare session

0 comments on commit baacd9c

Please sign in to comment.