From cffc46f5d3193482a7edc15cc3e1f13028a4ea6d Mon Sep 17 00:00:00 2001 From: Louis Abel Date: Mon, 19 Feb 2024 14:48:53 -0700 Subject: [PATCH] remove auth --- Rocky-10-Azure-Base.ks | 1 - Rocky-10-Azure-LVM.ks | 1 - Rocky-10-EC2-Base.ks | 1 - Rocky-10-EC2-LVM.ks | 1 - Rocky-10-GenericCloud-Base.ks | 1 - Rocky-10-GenericCloud-LVM.ks | 1 - Rocky-10-OCP-Base.ks | 1 - cloud/rocky-cloud-base.ks | 2 +- 8 files changed, 1 insertion(+), 8 deletions(-) diff --git a/Rocky-10-Azure-Base.ks b/Rocky-10-Azure-Base.ks index 287032a..3411c9e 100644 --- a/Rocky-10-Azure-Base.ks +++ b/Rocky-10-Azure-Base.ks @@ -16,7 +16,6 @@ network --bootproto=dhcp --device=link --activate # Use network installation url --url="https://download.rockylinux.org/stg/rocky/10/BaseOS/$basearch/os/" # System authorization information -auth --enableshadow --passalgo=sha512 # Firewall configuration firewall --enabled --service=ssh firstboot --disable diff --git a/Rocky-10-Azure-LVM.ks b/Rocky-10-Azure-LVM.ks index 0f6c3e8..227cc14 100644 --- a/Rocky-10-Azure-LVM.ks +++ b/Rocky-10-Azure-LVM.ks @@ -16,7 +16,6 @@ network --bootproto=dhcp --device=link --activate # Use network installation url --url="https://download.rockylinux.org/stg/rocky/10/BaseOS/$basearch/os/" # System authorization information -auth --enableshadow --passalgo=sha512 # Firewall configuration firewall --enabled --service=ssh firstboot --disable diff --git a/Rocky-10-EC2-Base.ks b/Rocky-10-EC2-Base.ks index 5c73879..e1e004a 100644 --- a/Rocky-10-EC2-Base.ks +++ b/Rocky-10-EC2-Base.ks @@ -4,7 +4,6 @@ keyboard us timezone UTC --utc # Disk bootloader --append="console=ttyS0,115200n8 console=tty0 net.ifnames=0 rd.blacklist=nouveau nvme_core.io_timeout=4294967295" --location=mbr --timeout=1 -auth --enableshadow --passalgo=sha512 selinux --enforcing firewall --enabled --service=ssh firstboot --disable diff --git a/Rocky-10-EC2-LVM.ks b/Rocky-10-EC2-LVM.ks index edfae9a..2d5311b 100644 --- a/Rocky-10-EC2-LVM.ks +++ b/Rocky-10-EC2-LVM.ks @@ -4,7 +4,6 @@ keyboard us timezone UTC --utc # Disk bootloader --append="console=ttyS0,115200n8 console=tty0 net.ifnames=0 rd.blacklist=nouveau nvme_core.io_timeout=4294967295" --location=mbr --timeout=1 -auth --enableshadow --passalgo=sha512 selinux --enforcing firewall --enabled --service=ssh firstboot --disable diff --git a/Rocky-10-GenericCloud-Base.ks b/Rocky-10-GenericCloud-Base.ks index 06e6c51..a60d826 100644 --- a/Rocky-10-GenericCloud-Base.ks +++ b/Rocky-10-GenericCloud-Base.ks @@ -4,7 +4,6 @@ keyboard us timezone --utc UTC # Disk bootloader --append="console=ttyS0,115200n8 no_timer_check crashkernel=auto net.ifnames=0" --location=mbr --timeout=1 -auth --enableshadow --passalgo=sha512 selinux --enforcing firewall --enabled --service=ssh firstboot --disable diff --git a/Rocky-10-GenericCloud-LVM.ks b/Rocky-10-GenericCloud-LVM.ks index 25095f3..1dcf440 100644 --- a/Rocky-10-GenericCloud-LVM.ks +++ b/Rocky-10-GenericCloud-LVM.ks @@ -4,7 +4,6 @@ keyboard us timezone --utc UTC # Disk bootloader --append="console=ttyS0,115200n8 no_timer_check crashkernel=auto net.ifnames=0" --location=mbr --timeout=1 -auth --enableshadow --passalgo=sha512 selinux --enforcing firewall --enabled --service=ssh firstboot --disable diff --git a/Rocky-10-OCP-Base.ks b/Rocky-10-OCP-Base.ks index ad6b044..18a196b 100644 --- a/Rocky-10-OCP-Base.ks +++ b/Rocky-10-OCP-Base.ks @@ -21,7 +21,6 @@ repo --name="oraclelinux-addons" --baseurl=http://yum.oracle.com/repo/OracleLinu repo --name "sig-cloud-common" --baseurl="https://yumrepofs.build.resf.org/v1/projects/15016370-1410-4459-a1a2-a1576041fd19/repo/cloud-common/$basearch/" --includepkgs="oci-utils,python3-circuitbreaker,python3-daemon,python3-sdnotify,python39-oci-sdk" --cost=100 repo --name=epel --cost=200 --baseurl="https://dl.fedoraproject.org/pub/epel/10/Everything/$basearch/" --install # System authorization information -auth --enableshadow --passalgo=sha512 # Firewall configuration firewall --enabled --service=ssh firstboot --disable diff --git a/cloud/rocky-cloud-base.ks b/cloud/rocky-cloud-base.ks index f0b6a58..3f84a10 100644 --- a/cloud/rocky-cloud-base.ks +++ b/cloud/rocky-cloud-base.ks @@ -3,7 +3,7 @@ lang en_US.UTF-8 keyboard us timezone --utc UTC # Disk -auth --enableshadow --passalgo=sha512 +#auth --enableshadow --passalgo=sha512 selinux --enforcing firewall --enabled --service=ssh firstboot --disable