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

Added definitions for SUSE Linux Enterprise Server 11 SP3. #68

Merged
merged 1 commit into from
Jul 9, 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
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