mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-05-21 19:22:05 +00:00
Add SLE15 Hierarchy support for ppc64le
This commit is contained in:
parent
d3511b2b0a
commit
3456d4dd98
@ -63,7 +63,7 @@ my $checkdomain=0;
|
||||
|
||||
# dhcp 4.x will use /etc/dhcp/dhcpd.conf as the config file
|
||||
my $dhcp6conffile;
|
||||
if ($^O ne 'aix' and -d "/etc/dhcp") {
|
||||
if ($^O ne 'aix' and not -e $dhcpconffile and -d "/etc/dhcp") {
|
||||
$dhcpconffile = '/etc/dhcp/dhcpd.conf';
|
||||
$dhcp6conffile = '/etc/dhcp/dhcpd6.conf';
|
||||
}
|
||||
|
@ -4,3 +4,4 @@ openssl
|
||||
rsync
|
||||
insserv-compat
|
||||
net-tools-deprecated
|
||||
rsyslog
|
||||
|
@ -1,8 +1,10 @@
|
||||
@base
|
||||
@x11
|
||||
openssl
|
||||
iputils
|
||||
ntp
|
||||
rsync
|
||||
rsyslog
|
||||
insserv-compat
|
||||
net-tools-deprecated
|
||||
nmap
|
||||
@ -13,12 +15,10 @@ perl-Expect
|
||||
perl-SNMP
|
||||
unixODBC
|
||||
perl-Net-DNS
|
||||
perl-DBD-Pg
|
||||
postgresql-server
|
||||
perl-DBD-mysql
|
||||
mariadb-client
|
||||
libmysqlclient18
|
||||
# The following rpms are available on the SLES SDK
|
||||
# You will need to locate and make these rpms available in your zypper
|
||||
# repository for service node installs and uncomment the following lines:
|
||||
#MyODBC-unixODBC
|
||||
#perl-DBD-Pg
|
||||
#libmysqlclient18
|
||||
vim
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
xcat/xcat-core/xCATsn
|
||||
xcat/xcat-dep/sles12/ppc64le/goconserver
|
||||
xcat/xcat-dep/sles15/ppc64le/goconserver
|
||||
|
@ -43,9 +43,14 @@
|
||||
</drive>
|
||||
<!-- XCAT-PARTITION-END -->
|
||||
</partitioning>
|
||||
<add-on>
|
||||
<add_on_products config:type="list">
|
||||
#INSTALL_SOURCES#
|
||||
</add_on_products>
|
||||
</add-on>
|
||||
<software>
|
||||
<products config:type="list">
|
||||
<product>SLES</product>
|
||||
<product>SLES</product>
|
||||
</products>
|
||||
<patterns config:type="list">
|
||||
#INCLUDE_DEFAULT_PTRNLIST_S#
|
||||
|
@ -48,3 +48,5 @@ adaptec-firmware
|
||||
xz
|
||||
insserv-compat
|
||||
net-tools-deprecated
|
||||
rsyslog
|
||||
iputils
|
||||
|
@ -49,3 +49,4 @@ xz
|
||||
SLE_HPC-release
|
||||
insserv-compat
|
||||
net-tools-deprecated
|
||||
rsyslog
|
||||
|
@ -59,13 +59,15 @@ which
|
||||
zypper
|
||||
insserv-compat
|
||||
net-tools-deprecated
|
||||
rsyslog
|
||||
#for database
|
||||
unixODBC
|
||||
perl-DBD-mysql
|
||||
mariadb-client
|
||||
libmysqlclient18
|
||||
#libmysqlclient18
|
||||
# The following rpms are available on the SLES SDK
|
||||
# You will need to locate and make these rpms available in your zypper
|
||||
# repository for service node installs and uncomment the following lines:
|
||||
#MyODBC-unixODBC
|
||||
#perl-DBD-Pg
|
||||
perl-DBD-Pg
|
||||
iputils
|
||||
|
@ -343,7 +343,7 @@ fi
|
||||
# (4) for other os, we just keep it here.
|
||||
# For other pkg paths, we just keep it here.
|
||||
if [ $dir == $default_pkgdir ] || [ $dir == "$default_pkgdir/" ]; then
|
||||
if ( pmatch "$OSVER" "sles*" ); then
|
||||
if ( pmatch "$OSVER" "sle*" ); then
|
||||
OSPKGDIR="$OSPKGDIR/1"
|
||||
ospkgdir="$ospkgdir/1"
|
||||
elif ( pmatch "$OSVER" "SL5*" ); then
|
||||
|
Loading…
x
Reference in New Issue
Block a user