Skip to content

Commit

Permalink
Merge pull request #110 from nistude/master
Browse files Browse the repository at this point in the history
update ubuntu 10.04 templates to patchlevel 3
  • Loading branch information
jedi4ever committed Sep 20, 2011
2 parents 3c449c9 + 4eb18f6 commit 893dd1d
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 242 deletions.
57 changes: 0 additions & 57 deletions templates/ubuntu-10.04.2-server-amd64/definition.rb

This file was deleted.

90 changes: 0 additions & 90 deletions templates/ubuntu-10.04.2-server-amd64/postinstall.sh

This file was deleted.

87 changes: 0 additions & 87 deletions templates/ubuntu-10.04.2-server-amd64/preseed.cfg

This file was deleted.

@@ -1,7 +1,7 @@
require 'digest/md5'
CURRENT_DIR = File.dirname(__FILE__)
PRESEED_MD5 = "#{Digest::MD5.file("#{CURRENT_DIR}/preseed.cfg").hexdigest}"
#ISO_MD5 = "#{Digest::MD5.file("#{CURRENT_DIR}/../../iso/ubuntu-10.04.2-alternate-amd64.iso").hexdigest}"
#ISO_MD5 = "#{Digest::MD5.file("#{CURRENT_DIR}/../../iso/ubuntu-10.04.3-alternate-amd64.iso").hexdigest}"

Veewee::Session.declare( {
:boot_cmd_sequence => [
Expand Down Expand Up @@ -34,9 +34,9 @@
:disk_format => 'VMDK',
:hostiocache => 'on',
:iso_download_timeout => "60",
:iso_file => "ubuntu-10.04.2-alternate-amd64.iso",
:iso_src => "http://releases.ubuntu.com/10.04.2/ubuntu-10.04.2-alternate-amd64.iso",
:iso_md5 => "21929bb7caebcc600d92adb3e95a1229",
:iso_file => "ubuntu-10.04.3-alternate-amd64.iso",
:iso_src => "http://releases.ubuntu.com/10.04.3/ubuntu-10.04.3-alternate-amd64.iso",
:iso_md5 => "e38e5cf4cc02c9a3fa4ecd88832d120c",
:kickstart_file => "preseed.cfg",
:kickstart_port => "7122",
:kickstart_timeout => "60",
Expand Down
@@ -1,10 +1,10 @@
Veewee::Session.declare({
:cpu_count => '1', :memory_size=> '384',
:cpu_count => '1', :memory_size=> '384',
:disk_size => '10140', :disk_format => 'VDI', :hostiocache => 'off',
:os_type_id => 'Ubuntu',
:iso_file => "ubuntu-10.04.2-server-i386.iso",
:iso_src => "http://releases.ubuntu.com/10.04.2/ubuntu-10.04.2-server-i386.iso",
:iso_md5 => "9807160b8935289096df8160832e358e",
:iso_file => "ubuntu-10.04.3-server-i386.iso",
:iso_src => "http://releases.ubuntu.com/10.04.3/ubuntu-10.04.3-server-i386.iso",
:iso_md5 => "388104f6225ae676ceab0ba4bd7b5784",
:iso_download_timeout => "1000",
:boot_wait => "10", :boot_cmd_sequence => [
'<Esc><Esc><Enter>',
Expand Down

0 comments on commit 893dd1d

Please sign in to comment.