From ecccb8bdf6eee2f2461dfea7c3414a448d311311 Mon Sep 17 00:00:00 2001 From: kelvin Date: Sat, 23 Dec 2023 20:47:09 +0800 Subject: [PATCH] fix ks file add eula and firstboot=disable --- data/sunhpc.db | Bin 94208 -> 94208 bytes share/pxeboot/kickstart/c7_gui.conf | 3 ++- share/pxeboot/kickstart/c7_min.conf | 2 ++ share/pxeboot/kickstart/r8_gui.conf | 3 ++- share/pxeboot/kickstart/r8_min.conf | 3 ++- 5 files changed, 8 insertions(+), 3 deletions(-) diff --git a/data/sunhpc.db b/data/sunhpc.db index c017ee4ed6cc821943ad56598cd77a057e6166be..cd9068cceaacf51b86cce22e02830e43644b169a 100644 GIT binary patch delta 113 zcmV-%0FM8F;01u-1&|v7Ympp70c){frY{tM01xmF;t$ae!4I(yrw^GAj1PgafoBg3 z2?+xi0a9;lY;yv$j6Znb2m%kp01x92#Iq4lxDOv40tWyW6B!p1Qg35xc{naPcsMp+ THZ*K$ZgqHhWplUVF997uYN{lY delta 78 zcmV-U0I~mo;01u-1&|v7YLOg60cx>erY{tN01xmF;t$ae!4I(yrw^GAj1PjbfoKm3 k2nhoh2~uxtY;&`WKX~8<0T1H<596~DfY}eX<1YanKug6NsQ>@~ 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