Skip to content

Commit

Permalink
Merge pull request #59 from juliandunn/BENTO-48
Browse files Browse the repository at this point in the history
[BENTO-48] Add SLES11 SP2 definitions
  • Loading branch information
juliandunn committed May 30, 2013
2 parents 5d8a5d3 + f6c875f commit 9229d9b
Show file tree
Hide file tree
Showing 14 changed files with 5,204 additions and 21 deletions.
21 changes: 0 additions & 21 deletions definitions/.common/ruby.sh

This file was deleted.

18 changes: 18 additions & 0 deletions definitions/.suse/session.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
require File.dirname(__FILE__) + "/../.common/session.rb"

SUSE_SESSION =
COMMON_SESSION.merge({ :boot_cmd_sequence => [
'<Esc><Enter>',
'linux netdevice=eth0 netsetup=dhcp install=cd:/',
' lang=en_US autoyast=http://%IP%:%PORT%/autoinst.xml',
' textmode=1',
'<Enter>'
],
# in here twice for a reason - YaST2 requests it twice
:kickstart_file => ["autoinst.xml", "autoinst.xml"],
:os_type_id => 'OpenSUSE_64',
:postinstall_files => [ "vagrant.sh",
"sshd.sh",
"cleanup.sh",
"minimize.sh" ],
:shutdown_cmd => "/sbin/halt -h -p" })
Loading

0 comments on commit 9229d9b

Please sign in to comment.