mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-08-21 10:40:24 +00:00
Merge pull request #6533 from Obihoernchen/master
SLE15: Fix makenamed.conf + pkglist
This commit is contained in:
@@ -30,7 +30,10 @@ is_lsb_ubuntu ()
|
||||
|
||||
DIRECTORY=/var/named
|
||||
|
||||
if [ -f /etc/SuSE-release ]; then
|
||||
# check for SLES
|
||||
grep -s -q sles /etc/os-release
|
||||
IS_SLES=$?
|
||||
if [ -f /etc/SuSE-release ] || [ $IS_SLES -eq 0 ]; then
|
||||
DIRECTORY=/var/lib/named
|
||||
fi
|
||||
FILE=/etc/named.conf
|
||||
|
@@ -28,7 +28,6 @@ binutils
|
||||
tar
|
||||
open-iscsi
|
||||
curl
|
||||
plymouth
|
||||
btrfsprogs
|
||||
cryptsetup
|
||||
dmraid
|
||||
@@ -40,7 +39,6 @@ cifs-utils
|
||||
open-lldp
|
||||
fcoe-utils
|
||||
util-linux-systemd
|
||||
plymouth-dracut
|
||||
udev
|
||||
kernel-default
|
||||
kernel-firmware
|
||||
|
@@ -28,7 +28,6 @@ binutils
|
||||
tar
|
||||
open-iscsi
|
||||
curl
|
||||
plymouth
|
||||
btrfsprogs
|
||||
cryptsetup
|
||||
dmraid
|
||||
@@ -40,7 +39,6 @@ cifs-utils
|
||||
open-lldp
|
||||
fcoe-utils
|
||||
util-linux-systemd
|
||||
plymouth-dracut
|
||||
udev
|
||||
kernel-default
|
||||
kernel-firmware
|
||||
|
Reference in New Issue
Block a user