diskimage-builder/diskimage_builder/elements/rocky-container/environment.d/10-01-rocky-distro-name.bash
Neil Hanlon 6b42cb23ee
Add Rockylinux 9 build configuration and update jobs for 8 and 9
* Add note in Rocky Linux 9 containerfile to explain not needing to run
  systemd-machine-setup-id

Change-Id: I01233ce27cc4558270b2f41fae36b46a17f56e52
2022-08-02 14:07:05 -04:00

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