fix deprecation notices for real this time

This commit is contained in:
Neil Hanlon 2022-07-04 17:50:46 -04:00
parent ae8788fa91
commit bb9888a73a
Signed by untrusted user: neil
GPG Key ID: 705BC21EC3C70F34
4 changed files with 4 additions and 4 deletions

View File

@ -14,7 +14,7 @@ shutdown
keyboard us
lang en_US.UTF-8
timezone --isUtc --nontp UTC
timezone --utc --ntp-disable UTC
# Disk setup
zerombr

View File

@ -13,7 +13,7 @@ shutdown
keyboard us
lang en_US.UTF-8
timezone --isUtc --nontp UTC
timezone --utc --ntp-disable UTC
# Disk setup
zerombr

View File

@ -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

View File

@ -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