fedora: f36 went EOL

Removes all references to Fedora 36 since it went EOL.

See: https://docs.fedoraproject.org/en-US/releases/eol/
This commit is contained in:
Simon de Vlieger 2023-05-17 18:37:39 +02:00 committed by Ondřej Budai
parent 53198bed6e
commit 5e6c0642cd
51 changed files with 19 additions and 630044 deletions

View file

@ -101,7 +101,7 @@ KERNEL_RT_PKG="kernel-rt"
SYSROOT_RO="false"
case "${ID}-${VERSION_ID}" in
"fedora-36")
"fedora-37")
CONTAINER_TYPE=iot-container
INSTALLER_TYPE=iot-installer
OSTREE_REF="fedora/${VERSION_ID}/${ARCH}/iot"
@ -109,8 +109,9 @@ case "${ID}-${VERSION_ID}" in
OS_VARIANT="fedora-unknown"
EMBEDED_CONTAINER="false"
DIRS_FILES_CUSTOMIZATION="true"
SYSROOT_RO="true"
;;
"fedora-37")
"fedora-38")
CONTAINER_TYPE=iot-container
INSTALLER_TYPE=iot-installer
OSTREE_REF="fedora/${VERSION_ID}/${ARCH}/iot"

View file

@ -19,16 +19,6 @@ SYSROOT_RO="false"
# Set os-variant and boot location used by virt-install.
case "${ID}-${VERSION_ID}" in
"fedora-36")
IMAGE_TYPE=iot-commit
OSTREE_REF="fedora/36/${ARCH}/iot"
OS_VARIANT="fedora36"
USER_IN_COMMIT="false"
BOOT_LOCATION="https://mirrors.rit.edu/fedora/fedora/linux/releases/36/Everything/x86_64/os/"
EMBEDED_CONTAINER="false"
FIREWALL_FEATURE="false"
DIRS_FILES_CUSTOMIZATION="true"
;;
"fedora-37")
IMAGE_TYPE=iot-commit
OSTREE_REF="fedora/37/${ARCH}/iot"
@ -40,6 +30,17 @@ case "${ID}-${VERSION_ID}" in
DIRS_FILES_CUSTOMIZATION="true"
SYSROOT_RO="true"
;;
"fedora-38")
IMAGE_TYPE=iot-commit
OSTREE_REF="fedora/38/${ARCH}/iot"
OS_VARIANT="fedora-unknown"
USER_IN_COMMIT="false"
BOOT_LOCATION="https://mirrors.kernel.org/fedora/releases/38/Everything/x86_64/os/"
EMBEDED_CONTAINER="false"
FIREWALL_FEATURE="false"
DIRS_FILES_CUSTOMIZATION="true"
SYSROOT_RO="true"
;;
"rhel-8.4")
IMAGE_TYPE=edge-commit
OSTREE_REF="rhel/8/${ARCH}/edge"