remove auth
This commit is contained in:
parent
e0ac55b28e
commit
cffc46f5d3
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user