Skip to content

Commit

Permalink
Added opensuse-15.5 template
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Reber <areber@redhat.com>
  • Loading branch information
adrianreber committed Jul 10, 2023
1 parent a693ca3 commit 11a667a
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions components/provisioning/warewulf-vnfs/SOURCES/opensuse-15.5.tmpl
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
#DESC: OpenSUSE LEAP 15.4
# The general SUSE include has all of the necessary functions, but requires
# some basic variables specific to each chroot type to be defined.

. include-suse

# Uncomment and set to use a specific kernel version
# KVERSION=latest

# Uncomment to disable GPG checks on added repos
# REPO_NOGPGHECK=1

# Comma-seperated location(s) of the YUM repositories
ZYPP_MIRROR="http://download.opensuse.org/distribution/leap/15.5/repo/oss/,\
http://download.opensuse.org/update/leap/15.5/oss/"

# Install only what is necessary/specific for this distribution
PKGLIST="systemd-sysvinit aaa_base bash dracut openSUSE-release coreutils \
e2fsprogs ethtool filesystem findutils gawk grep iproute2 iputils \
mingetty net-tools nfs-kernel-server pam rpcbind procps psmisc shadow \
rsync sed rsyslog tcpd timezone util-linux tar less gzip suse-module-tools \
udev openssh dhcp-client pciutils vim strace cron cpupower cpio wget \
zypper which"

# vim:filetype=sh:syntax=sh:expandtab:ts=4:sw=4:

0 comments on commit 11a667a

Please sign in to comment.