forked from sig_core/kickstarts
add wagent enable
This commit is contained in:
parent
4075e16676
commit
282a85000e
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user