diskimage-builder/diskimage_builder/elements/fedora/environment.d/10-fedora-distro-name.bash
Ian Wienand 4f089b33c5 Update fedora element testing to F35
This reverts the mirror removal in
I817b412b7f06523df635e8b16111bc1081b40f66 and updates the test to F35,
which is mirrored.

Change-Id: I00d24690f57bedd3fc5ebbc18de0ed874ad1e4ef
2022-03-11 14:53:00 +11:00

5 lines
98 B
Bash

export DISTRO_NAME=fedora
export DIB_RELEASE=${DIB_RELEASE:-35}
export EFI_BOOT_DIR="EFI/fedora"