2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-30 17:46:38 +00:00

RHEL 8 Beta diskfull compute node support (#5778)

* Remove the dirty hack for RHEL 8 Alpha
This commit is contained in:
Gᴏɴɢ Jie 2018-11-09 13:28:25 +08:00 committed by Bin Xu
parent 01541aba74
commit b45acce651
2 changed files with 6 additions and 10 deletions

View File

@ -1,12 +1,8 @@
#version=DEVEL
# System authorization information
auth --enableshadow --passalgo=sha512
#version=RHEL8
# Use text install
text
# Use network installation
%include /tmp/repos
# Not run the Setup Agent on first boot
firstboot --disable
# Keyboard layouts
keyboard --vckeymap=us --xlayouts='us'
# System language
@ -16,8 +12,12 @@ lang en_US.UTF-8
#KICKSTARTNET#
# Root password
rootpw --iscrypted #CRYPT:passwd:key=system,username=root:password#
# Not run the Setup Agent on first boot
firstboot --disable
# Do not configure the X Window System
skipx
# System services
services --disabled="NetworkManager"
#services --enabled="chronyd"
# System timezone
timezone #TABLE:site:key=timezone:value# --isUtc
# Partition clearing information
@ -28,7 +28,6 @@ clearpart --all --initlabel
#XCAT_PARTITION_END#
install
skipx
# Do not configure any iptables rules
firewall --disable
selinux --disable

View File

@ -18,6 +18,3 @@ do
sed -i 's/ONBOOT=no/ONBOOT=yes/' "$i"
fi
done
# Dirty hack for RHEL8 Alpha
chkconfig network on