6b42cb23ee
* Add note in Rocky Linux 9 containerfile to explain not needing to run systemd-machine-setup-id Change-Id: I01233ce27cc4558270b2f41fae36b46a17f56e52
5 lines
168 B
Bash
5 lines
168 B
Bash
export DISTRO_NAME=rocky
|
|
export DIB_RELEASE=${DIB_RELEASE:-9} # always the most recent major
|
|
export EFI_BOOT_DIR="EFI/rocky"
|
|
export DIB_YUM_MINIMAL_CREATE_INTERFACES=0
|