rhelish-max-rootfs-size

A map of ssh public keys to install for the root user

Defines RHEL-like OS (eg "rhelish") root filesystem maximum size for network scripted installs (eg Kickstart, preseed, autoinstall, etc.). The Param is defined as a String type, as the specific value may be set a number of ways depending on the network scripted methodology (eg "102400" or "10G").

This Param is usually implemented in the part-scheme-default.tmpl Template, or can be used in operator defined customer Partitioning Scheme templates.

By default, this value is set to 10240 (10 GB) to support the RHEL-like (eg "rhelish") Kickstart install method to be backwards compatible with the previous Digital Rebar defined value.

For rhelish like OSes, if this value is set to an empty string, then the Kickstart will allow the root filesystem (/) to grow to the maximum size of the disk.

Examples:

# sets the rhelish OSes to grow to a max size of 20 GB
rhelish-max-rootfs-size: 20480

# an empty string allows root FS to grow to full disk size
rhelish-max-rootfs-size: ""