diff --git a/config.ini b/config.ini index cc2f879..1c73c02 100644 --- a/config.ini +++ b/config.ini @@ -11,8 +11,8 @@ tree_name = docker-host tree_file = %(os_name)s-%(tree_name)s.json arch = x86_64 release = f38 -ref = %(os_name)s/rawhide/%(arch)s/%(tree_name)s -yum_baseurl = http://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/%(arch)s/os/ +ref = %(os_name)s/stable/%(arch)s/%(tree_name)s +yum_baseurl = http://dl.fedoraproject.org/pub/fedora/linux/releases/38/Everything/%(arch)s/os/ # lorax_additional_repos = http://127.0.0.1/fedora-iot/local-overrides lorax_include_packages = fedora-productimg-iot docker_os_name = fedora diff --git a/fedora-37.repo b/fedora-38.repo similarity index 100% rename from fedora-37.repo rename to fedora-38.repo diff --git a/fedora-iot-base.json b/fedora-iot-base.json index eaedd75..9e483a6 100644 --- a/fedora-iot-base.json +++ b/fedora-iot-base.json @@ -1,5 +1,5 @@ { - "ref": "fedora/rawhide/${basearch}/iot", + "ref": "fedora/stable/${basearch}/iot", "ex-jigdo-spec": "fedora-iot.spec", "repos": [], @@ -75,7 +75,6 @@ "packages": ["fedora-release-iot", "glibc", "glibc-minimal-langpack", "nss-altfiles", "sssd-client", "libsss_sudo", "shadow-utils", - "kernel", "linux-firmware", "dracut-config-generic", "dracut-network", "rpm-ostree", "rpm", "polkit", "lvm2", "cryptsetup", "pinentry", @@ -113,15 +112,14 @@ "parsec", "dbus-parsec", "clevis", "clevis-dracut", "clevis-luks", "clevis-pin-tpm2", "efibootmgr", "fwupd-efi", "fwupd-plugin-uefi-capsule-data", - "iwl7260-firmware", "iwlax2xx-firmware"], + "kernel", "linux-firmware", + "iwlwifi-mvm-firmware", "iwlwifi-dvm-firmware", + "atheros-firmware", "brcmfmac-firmware", "realtek-firmware"], "packages-aarch64": ["grub2-efi-aa64", "shim-aa64", "uboot-images-armv8", "bcm283x-firmware", "arm-image-installer"], - "packages-x86_64": ["grub2-efi-x64", "shim-x64", "microcode_ctl", - "iwl1000-firmware", "iwl100-firmware", "iwl105-firmware", "iwl135-firmware", - "iwl2000-firmware", "iwl2030-firmware", "iwl3160-firmware", "iwl5000-firmware", - "iwl5150-firmware", "iwl6000-firmware", "iwl6050-firmware"], + "packages-x86_64": ["grub2-efi-x64", "shim-x64", "microcode_ctl"], "default_target": "multi-user.target", diff --git a/fedora-iot-updates-stable.json b/fedora-iot-updates-stable.json index a3fb5ed..aeb0024 100644 --- a/fedora-iot-updates-stable.json +++ b/fedora-iot-updates-stable.json @@ -1,5 +1,5 @@ - "ref": "fedora/rawhide/${basearch}/updates/iot", + "ref": "fedora/stable/${basearch}/updates/iot", "ex-jigdo-spec": "fedora-iot.spec", "include": "fedora-iot-base.json" } diff --git a/fedora-iot-updates-testing.json b/fedora-iot-updates-testing.json index 96b50ac..5d008fe 100644 --- a/fedora-iot-updates-testing.json +++ b/fedora-iot-updates-testing.json @@ -1,5 +1,5 @@ { - "ref": "fedora/rawhide/${basearch}/testing/iot", + "ref": "fedora/stable/${basearch}/testing/iot", "ex-jigdo-spec": "fedora-iot.spec", "include": "fedora-iot-base.json" } diff --git a/fedora-iot.json b/fedora-iot.json index 31c9ec4..ba9a2ab 100644 --- a/fedora-iot.json +++ b/fedora-iot.json @@ -1,5 +1,5 @@ { - "ref": "fedora/rawhide/${basearch}/iot", + "ref": "fedora/stable/${basearch}/iot", "ex-jigdo-spec": "fedora-iot.spec", "repos": ["fedora-38"], "include": "fedora-iot-base.json"