2
0
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:
cxhong
2020-01-16 13:29:58 -05:00
committed by GitHub
3 changed files with 4 additions and 5 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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