Compare commits
5 commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a04f0a27d7 | |||
|
|
927701bc6a | ||
| f1dae780e7 | |||
|
|
c9fa2864d4 | ||
|
|
e86ca679ed |
6 changed files with 10 additions and 12 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue