forked from sig_core/kickstarts
fix deprecation notices for real this time
This commit is contained in:
parent
ae8788fa91
commit
bb9888a73a
@ -14,7 +14,7 @@ shutdown
|
|||||||
|
|
||||||
keyboard us
|
keyboard us
|
||||||
lang en_US.UTF-8
|
lang en_US.UTF-8
|
||||||
timezone --isUtc --nontp UTC
|
timezone --utc --ntp-disable UTC
|
||||||
|
|
||||||
# Disk setup
|
# Disk setup
|
||||||
zerombr
|
zerombr
|
||||||
|
@ -13,7 +13,7 @@ shutdown
|
|||||||
|
|
||||||
keyboard us
|
keyboard us
|
||||||
lang en_US.UTF-8
|
lang en_US.UTF-8
|
||||||
timezone --isUtc --nontp UTC
|
timezone --utc --ntp-disable UTC
|
||||||
|
|
||||||
# Disk setup
|
# Disk setup
|
||||||
zerombr
|
zerombr
|
||||||
|
@ -13,7 +13,7 @@ network --hostname=localhost.localdomain
|
|||||||
rootpw --iscrypted thereisnopasswordanditslocked
|
rootpw --iscrypted thereisnopasswordanditslocked
|
||||||
selinux --enforcing
|
selinux --enforcing
|
||||||
services --disabled="kdump" --enabled="NetworkManager,sshd,rsyslog,chronyd,cloud-init,cloud-init-local,cloud-config,cloud-final,rngd"
|
services --disabled="kdump" --enabled="NetworkManager,sshd,rsyslog,chronyd,cloud-init,cloud-init-local,cloud-config,cloud-final,rngd"
|
||||||
timezone UTC --isUtc
|
timezone UTC --utc
|
||||||
# Disk
|
# Disk
|
||||||
bootloader --append="console=ttyS0,115200n8 no_timer_check crashkernel=auto net.ifnames=0 nvme_core.io_timeout=4294967295 nvme_core.max_retries=10" --location=mbr --timeout=1 --boot-drive=vda
|
bootloader --append="console=ttyS0,115200n8 no_timer_check crashkernel=auto net.ifnames=0 nvme_core.io_timeout=4294967295 nvme_core.max_retries=10" --location=mbr --timeout=1 --boot-drive=vda
|
||||||
zerombr
|
zerombr
|
||||||
|
@ -14,7 +14,7 @@ network --hostname=localhost.localdomain
|
|||||||
rootpw --iscrypted thereisnopasswordanditslocked
|
rootpw --iscrypted thereisnopasswordanditslocked
|
||||||
selinux --enforcing
|
selinux --enforcing
|
||||||
services --disabled="kdump" --enabled="NetworkManager,sshd,rsyslog,chronyd,cloud-init,cloud-init-local,cloud-config,cloud-final,rngd"
|
services --disabled="kdump" --enabled="NetworkManager,sshd,rsyslog,chronyd,cloud-init,cloud-init-local,cloud-config,cloud-final,rngd"
|
||||||
timezone UTC --isUtc
|
timezone --utc UTC
|
||||||
# Disk
|
# Disk
|
||||||
bootloader --append="console=ttyS0,115200n8 no_timer_check crashkernel=auto net.ifnames=0" --location=mbr --timeout=1 --boot-drive=vda
|
bootloader --append="console=ttyS0,115200n8 no_timer_check crashkernel=auto net.ifnames=0" --location=mbr --timeout=1 --boot-drive=vda
|
||||||
zerombr
|
zerombr
|
||||||
|
Loading…
Reference in New Issue
Block a user