Skip to content

Commit

Permalink
add centos 6.3 basebox definition
Browse files Browse the repository at this point in the history
  • Loading branch information
jtimberman committed Jul 16, 2012
1 parent bcc297d commit 34acbfe
Show file tree
Hide file tree
Showing 12 changed files with 37 additions and 0 deletions.
1 change: 1 addition & 0 deletions definitions/centos-6.3-i386/chef-client.sh
1 change: 1 addition & 0 deletions definitions/centos-6.3-i386/cleanup.sh
14 changes: 14 additions & 0 deletions definitions/centos-6.3-i386/definition.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
require File.dirname(__FILE__) + "/../.centos/session.rb"

iso = "CentOS-6.3-i386-bin-DVD1.iso"

session =
CENTOS_SESSION.merge( :boot_cmd_sequence =>
[ '<Tab> text ks=http://%IP%:%PORT%/ks.cfg<Enter>' ],
:memory_size=> '480',
:os_type_id => 'RedHat',
:iso_file => iso,
:iso_md5 => "0285160d8ba3cfc720ea55e98e464eac",
:iso_src => "http://mirrors.kernel.org/centos/6.3/isos/i386/#{iso}" )

Veewee::Session.declare session
1 change: 1 addition & 0 deletions definitions/centos-6.3-i386/ks.cfg
1 change: 1 addition & 0 deletions definitions/centos-6.3-i386/minimize.sh
1 change: 1 addition & 0 deletions definitions/centos-6.3-i386/vagrant.sh
1 change: 1 addition & 0 deletions definitions/centos-6.3/chef-client.sh
1 change: 1 addition & 0 deletions definitions/centos-6.3/cleanup.sh
13 changes: 13 additions & 0 deletions definitions/centos-6.3/definition.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
require File.dirname(__FILE__) + "/../.centos/session.rb"

iso = "CentOS-6.3-x86_64-bin-DVD1.iso"

session =
CENTOS_SESSION.merge( :boot_cmd_sequence =>
[ '<Tab> text ks=http://%IP%:%PORT%/ks.cfg<Enter>' ],
:memory_size=> '480',
:iso_file => iso,
:iso_md5 => "a991defc0a602d04f064c43290df0131",
:iso_src => "http://mirrors.kernel.org/centos/6.3/isos/x86_64/#{iso}" )

Veewee::Session.declare session
1 change: 1 addition & 0 deletions definitions/centos-6.3/ks.cfg
1 change: 1 addition & 0 deletions definitions/centos-6.3/minimize.sh
1 change: 1 addition & 0 deletions definitions/centos-6.3/vagrant.sh

0 comments on commit 34acbfe

Please sign in to comment.