Skip to content

enhance(drp-community-content): part-scheme-default changes; Add Param for rhelish RootFS max size, fix Photon filesystem sizes

Shane Gibson requested to merge part-scheme-enhancements into v4

For rhelish (RHEL like; CentOS, Alma, Rocky, Fedora, Oracle, etc) distros, introduce a new Param named rhelish-max-rootfs-size that allows a more convenient way of setting the RootFS maximum size. This value defaults to the current product default of 10 GB (eg 10240). Setting this value to an empty string will remove the kickstart --maxsize stanza altogether, and allow the RootFS to grow to the full underlaying disk size after other partitions are filled.

For Photon Linux distros, fix the default Filesystem sizes from 128 MB for /boot and swap to a more sane default of 1 GB and 2 GB respectively. Photon will auto-expand to full disk size by default, and this has not been changed. Also remove the 128 MB /root home directory mount size partition.

Merge request reports

Loading