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
|
||||
lang en_US.UTF-8
|
||||
timezone --isUtc --nontp UTC
|
||||
timezone --utc --ntp-disable UTC
|
||||
|
||||
# Disk setup
|
||||
zerombr
|
||||
|
@ -13,7 +13,7 @@ shutdown
|
||||
|
||||
keyboard us
|
||||
lang en_US.UTF-8
|
||||
timezone --isUtc --nontp UTC
|
||||
timezone --utc --ntp-disable UTC
|
||||
|
||||
# Disk setup
|
||||
zerombr
|
||||
|
@ -13,7 +13,7 @@ network --hostname=localhost.localdomain
|
||||
rootpw --iscrypted thereisnopasswordanditslocked
|
||||
selinux --enforcing
|
||||
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
|
||||
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
|
||||
|
@ -14,7 +14,7 @@ network --hostname=localhost.localdomain
|
||||
rootpw --iscrypted thereisnopasswordanditslocked
|
||||
selinux --enforcing
|
||||
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
|
||||
bootloader --append="console=ttyS0,115200n8 no_timer_check crashkernel=auto net.ifnames=0" --location=mbr --timeout=1 --boot-drive=vda
|
||||
zerombr
|
||||
|
Loading…
Reference in New Issue
Block a user