From dd8f897fa977bf7c6670582a506cb6916e4f7448 Mon Sep 17 00:00:00 2001 From: Neil Hanlon Date: Mon, 4 Jul 2022 18:01:25 -0400 Subject: [PATCH] grow genclo disk, reqpart on vagrant --- Rocky-9-GenericCloud.ks | 2 +- Rocky-9-Vagrant-Libvirt.ks | 1 + Rocky-9-Vagrant-Vbox.ks | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Rocky-9-GenericCloud.ks b/Rocky-9-GenericCloud.ks index 8d1392c..db7f869 100644 --- a/Rocky-9-GenericCloud.ks +++ b/Rocky-9-GenericCloud.ks @@ -20,7 +20,7 @@ bootloader --append="console=ttyS0,115200n8 no_timer_check crashkernel=auto net. zerombr clearpart --all --initlabel reqpart -part / --fstype="xfs" --ondisk=vda --size=8000 +part / --fstype="xfs" --ondisk=vda --size=8000 --grow %post --erroronfail passwd -d root diff --git a/Rocky-9-Vagrant-Libvirt.ks b/Rocky-9-Vagrant-Libvirt.ks index 21c1d19..c94f4a6 100644 --- a/Rocky-9-Vagrant-Libvirt.ks +++ b/Rocky-9-Vagrant-Libvirt.ks @@ -12,6 +12,7 @@ services --enabled=vmtoolsd bootloader --timeout=1 --append="no_timer_check console=tty0 console=ttyS0,115200n8 net.ifnames=0 biosdevname=0 elevator=noop" zerombr clearpart --all --initlabel +reqpart part / --fstype=xfs --asprimary --size=1024 --grow user --name=vagrant --plaintext --password=vagrant diff --git a/Rocky-9-Vagrant-Vbox.ks b/Rocky-9-Vagrant-Vbox.ks index fbf1442..a827998 100644 --- a/Rocky-9-Vagrant-Vbox.ks +++ b/Rocky-9-Vagrant-Vbox.ks @@ -12,6 +12,7 @@ services --enabled=vmtoolsd bootloader --timeout=1 --append="no_timer_check console=tty0 console=ttyS0,115200n8 net.ifnames=0 biosdevname=0 elevator=noop" zerombr clearpart --all --initlabel +reqpart part / --fstype=xfs --asprimary --size=1024 --grow user --name=vagrant --plaintext --password=vagrant