Skip to content

Commit

Permalink
Merge pull request #68 from juliandunn/sles-11-sp3
Browse files Browse the repository at this point in the history
Added definitions for SUSE Linux Enterprise Server 11 SP3.
  • Loading branch information
juliandunn committed Jul 9, 2013
2 parents bd37f0d + eb07f60 commit 7e258be
Show file tree
Hide file tree
Showing 14 changed files with 5,188 additions and 0 deletions.
2,569 changes: 2,569 additions & 0 deletions definitions/sles-11-sp3-i386/autoinst.xml

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions definitions/sles-11-sp3-i386/cleanup.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/bin/bash -eux

# remove zypper locks on removed packages to avoid later dependency problems
zypper --non-interactive rl \*
# zypper --non-interactive remove `rpm -qa virtualbox-guest-*` >/dev/null 2>&1
# Add an online copy of the SLES DVD1 as a software repository, instead of the mounted DVD
zypper removerepo 'SUSE-Linux-Enterprise-Server-11-SP3 11.3.3-1.138'
zypper addrepo 'http://demeter.uni-regensburg.de/SLES11SP3-x86/DVD1/' 'SLES11SP3-x86 DVD1 Online'
zypper refresh
12 changes: 12 additions & 0 deletions definitions/sles-11-sp3-i386/definition.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
require File.dirname(__FILE__) + "/../.suse/session.rb"

iso = "SLES-11-SP3-DVD-i586-GM-DVD1.iso"

session =
SUSE_SESSION.merge( :memory_size=> '480',
:iso_download_instructions => "Download 60-day evaluation from http://download.novell.com/protected/Summary.jsp?buildid=4uiuDMzX0ck~",
:iso_file => iso,
:iso_md5 => "5c30a409fc8fb3343b4dc90d93ff2c89",
:iso_src => "")

Veewee::Session.declare session
1 change: 1 addition & 0 deletions definitions/sles-11-sp3-i386/minimize.sh
1 change: 1 addition & 0 deletions definitions/sles-11-sp3-i386/sshd.sh
1 change: 1 addition & 0 deletions definitions/sles-11-sp3-i386/sudoers.sh
1 change: 1 addition & 0 deletions definitions/sles-11-sp3-i386/vagrant.sh
Loading

0 comments on commit 7e258be

Please sign in to comment.