summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkelvin <xiubuzhe@sina.com>2023-12-23 20:47:09 +0800
committerkelvin <xiubuzhe@sina.com>2023-12-23 20:47:09 +0800
commitecccb8bdf6eee2f2461dfea7c3414a448d311311 (patch)
tree19d9a7f9f6d986c334b363dcbf9bc21dcf29f27c
parentf232a9316a0ebb281af1f9d8e0d261fcca658c24 (diff)
downloadsunhpc-main.tar.gz
sunhpc-main.tar.bz2
sunhpc-main.zip
fix ks file add eula and firstboot=disableHEADmastermain
-rw-r--r--data/sunhpc.dbbin94208 -> 94208 bytes
-rwxr-xr-xshare/pxeboot/kickstart/c7_gui.conf3
-rwxr-xr-xshare/pxeboot/kickstart/c7_min.conf2
-rwxr-xr-xshare/pxeboot/kickstart/r8_gui.conf3
-rwxr-xr-xshare/pxeboot/kickstart/r8_min.conf3
5 files changed, 8 insertions, 3 deletions
diff --git a/data/sunhpc.db b/data/sunhpc.db
index c017ee4..cd9068c 100644
--- a/data/sunhpc.db
+++ b/data/sunhpc.db
Binary files differ
diff --git a/share/pxeboot/kickstart/c7_gui.conf b/share/pxeboot/kickstart/c7_gui.conf
index 09e1c83..55c4df9 100755
--- a/share/pxeboot/kickstart/c7_gui.conf
+++ b/share/pxeboot/kickstart/c7_gui.conf
@@ -6,7 +6,8 @@ keyboard 'us'
lang zh_CN
text
skipx
-
+eula --agreed
+firstboot --disable
selinux --disabled
timezone Asia/Shanghai
auth --useshadow --passalgo=sha512
diff --git a/share/pxeboot/kickstart/c7_min.conf b/share/pxeboot/kickstart/c7_min.conf
index 09e1c83..d027cc2 100755
--- a/share/pxeboot/kickstart/c7_min.conf
+++ b/share/pxeboot/kickstart/c7_min.conf
@@ -7,6 +7,8 @@ lang zh_CN
text
skipx
+eula --agreed
+firstboot --disable
selinux --disabled
timezone Asia/Shanghai
auth --useshadow --passalgo=sha512
diff --git a/share/pxeboot/kickstart/r8_gui.conf b/share/pxeboot/kickstart/r8_gui.conf
index f038d8d..8b21d4e 100755
--- a/share/pxeboot/kickstart/r8_gui.conf
+++ b/share/pxeboot/kickstart/r8_gui.conf
@@ -5,8 +5,9 @@ graphical
url --url="http://ipaddress/redhat/r8"
lang en_US.UTF-8
+eula --agreed
keyboard --xlayouts='us'
-firstboot --enable
+firstboot --disable
selinux --disabled
timezone Asia/Shanghai --isUtc --nontp
skipx
diff --git a/share/pxeboot/kickstart/r8_min.conf b/share/pxeboot/kickstart/r8_min.conf
index 5b56f51..99179e3 100755
--- a/share/pxeboot/kickstart/r8_min.conf
+++ b/share/pxeboot/kickstart/r8_min.conf
@@ -5,8 +5,9 @@ graphical
url --url="http://ipaddress/redhat/r8"
lang en_US.UTF-8
+eula --agreed
keyboard --xlayouts='us'
-firstboot --enable
+firstboot --disable
selinux --disabled
timezone Asia/Shanghai --isUtc --nontp
skipx