Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BENTO-48] Add SLES11SP2 definitions #59

Merged
merged 3 commits into from
May 30, 2013
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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