system-configuration: Add cloud-utils-growpart

This is a relatively small shell script, and was already split out
from cloud-init to support use cases like ours.

systemd-repart is a lot nicer but it isn't yet designed
for our use case (root is not Discoverable Partition).

Also systemd-repart doesn't handle LVM which this script
tries to support.

(IMO the real solution to stuff like this is either Stratis
 or equivalent)
This commit is contained in:
Colin Walters 2024-03-04 19:40:10 -05:00
parent 0f417705d5
commit a26d669340
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,8 @@ packages:
- e2fsprogs
- sg3_utils
- xfsprogs
## This is generally useful... https://github.com/CentOS/centos-bootc/issues/394
- cloud-utils-growpart
# User configuration
- passwd
- shadow-utils