From 7f437aa0b985701b3b018068c563f7bc6847fd5a Mon Sep 17 00:00:00 2001 From: bin456789 Date: Sat, 22 Jul 2023 21:24:43 +0800 Subject: [PATCH] =?UTF-8?q?redhat:=20=E6=96=87=E4=BB=B6=E9=87=8D=E5=91=BD?= =?UTF-8?q?=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ks.cfg => redhat.cfg | 0 reinstall.sh | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename ks.cfg => redhat.cfg (100%) diff --git a/ks.cfg b/redhat.cfg similarity index 100% rename from ks.cfg rename to redhat.cfg diff --git a/reinstall.sh b/reinstall.sh index a605708..0318377 100644 --- a/reinstall.sh +++ b/reinstall.sh @@ -345,7 +345,7 @@ setos() { eval "${step}_mirrorlist='${mirrorlist}'" fi - eval ${step}_ks=$confhome/ks.cfg + eval ${step}_ks=$confhome/redhat.cfg eval ${step}_vmlinuz=${mirror}images/pxeboot/vmlinuz eval ${step}_initrd=${mirror}images/pxeboot/initrd.img eval ${step}_squashfs=${mirror}images/install.img