From c9d22940fddc77a82c028c447734bed48f6556ea Mon Sep 17 00:00:00 2001 From: Louis Abel Date: Fri, 12 May 2023 12:38:42 -0700 Subject: [PATCH] remove zerombr and clearpart from azure lvm --- Rocky-9-Azure-LVM.ks | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Rocky-9-Azure-LVM.ks b/Rocky-9-Azure-LVM.ks index 9b33dc3..6f2eb45 100644 --- a/Rocky-9-Azure-LVM.ks +++ b/Rocky-9-Azure-LVM.ks @@ -28,9 +28,9 @@ services --disabled="kdump,rhsmcertd" --enabled="NetworkManager,sshd,rsyslog,chr # System bootloader configuration bootloader --append="rootdelay=300 console=ttyS0 earlyprintk=ttyS0 no_timer_check crashkernel=auto net.ifnames=0" --location=mbr --timeout=1 # Clear the Master Boot Record -zerombr +#zerombr # Partition clearing information -clearpart --all --initlabel --disklabel=gpt +#clearpart --all --initlabel --disklabel=gpt # Disk partitioning information part /boot/efi --fstype="efi" --onpart=vda1 part /boot --fstype="xfs" --label=boot --onpart=vda2