add wagent enable

This commit is contained in:
Louis Abel 2022-11-29 13:55:15 -07:00
parent 4075e16676
commit 282a85000e
Signed by: label
GPG Key ID: B37E62D143879B36
4 changed files with 8 additions and 0 deletions

View File

@ -42,6 +42,8 @@ part / --fstype="xfs" --size=8000 --mkfsoptions="-m bigtime=0,inobtcount=0"
passwd -d root
passwd -l root
systemctl enable waagent
# Attempting to force legacy BIOS boot if we boot from UEFI
if [ "$(arch)" = "x86_64" ]; then
dnf install grub2-pc-modules grub2-pc -y

View File

@ -44,6 +44,8 @@ logvol / --grow --size=8000 --mkfsoptions="-m bigtime=0,inobtcount=0" --name=roo
passwd -d root
passwd -l root
systemctl enable waagent
# Attempting to force legacy BIOS boot if we boot from UEFI
if [ "$(arch)" = "x86_64" ]; then
dnf install grub2-pc-modules grub2-pc -y

View File

@ -8,6 +8,8 @@ bootloader --append="rootdelay=300 console=ttyS0 earlyprintk=ttyS0 no_timer_che
passwd -d root
passwd -l root
systemctl enable waagent
# Attempting to force legacy BIOS boot if we boot from UEFI
if [ "$(arch)" = "x86_64" ]; then
dnf install grub2-pc-modules grub2-pc -y

View File

@ -8,6 +8,8 @@ bootloader --append="rootdelay=300 console=ttyS0 earlyprintk=ttyS0 no_timer_che
passwd -d root
passwd -l root
systemctl enable waagent
# Attempting to force legacy BIOS boot if we boot from UEFI
if [ "$(arch)" = "x86_64" ]; then
dnf install grub2-pc-modules grub2-pc -y