Compare commits

...
Sign in to create a new pull request.

17 commits

Author SHA1 Message Date
c0b33c40ad Move F-36 to stable ostree branch
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
2022-05-06 14:38:07 +01:00
9949efde99 Drop xfsprogs, it's not a default IoT filesystem
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
2022-03-26 19:53:17 +00:00
dea4e33a33 drop rsync
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
2022-03-26 19:51:07 +00:00
4187614f84 Add aardvark-dns for local container lookups
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
2022-03-20 11:47:26 +00:00
512a6bcf73 Add netavark for new podman 4 network
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
2022-03-18 08:13:22 +00:00
b9560a56f9 Further updates for F-36
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
2022-02-23 15:14:41 +00:00
d83508651b Updates for F-36+
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
2022-02-09 13:46:27 +00:00
fa1218befa add authselect for Fedora feature, drop rng-tools
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
2022-02-09 11:10:29 +00:00
9d8263bb5e Setup for F-36 branched
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
2022-02-09 10:06:29 +00:00
f40b28086f no fwupd-plugin-uefi-capsule-data on armhfp
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
2021-12-12 20:56:17 +00:00
5aef14d84d Drop uboot-tools, now unnessary
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
2021-12-11 17:40:07 +00:00
3d103dd17c Add fwupd-plugin-uefi-capsule-data
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
2021-12-11 16:58:07 +00:00
930c105c4c Update greenboot packages for upstream changes
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
2021-11-10 14:36:18 +00:00
46df2ad574 move F-35 to stable ostree branch
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
2021-10-31 14:57:03 +00:00
75a554eaf1 Add Intel Wireless AX2xx firmware
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
2021-10-10 13:29:48 +01:00
adce370515 drop audit from package set
audit for unknown and unexplained reasons keeps depending on the long
legacy Sys-V initscripts/chkconfig and we don't want to pull in the
legacy deps so drop audit.

Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
2021-08-28 13:30:55 +01:00
89891fb59e Setup for F-35 branched
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
2021-08-20 09:06:40 +01:00
6 changed files with 31 additions and 31 deletions

View file

@ -10,9 +10,9 @@ os_pretty_name = Fedora IoT
tree_name = docker-host
tree_file = %(os_name)s-%(tree_name)s.json
arch = x86_64
release = f35
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/
release = f36
ref = %(os_name)s/stable/%(arch)s/%(tree_name)s
yum_baseurl = http://dl.fedoraproject.org/pub/fedora/linux/development/36/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

View file

@ -1,12 +1,12 @@
[fedora-35]
name=Fedora 35 - $basearch
[fedora-36]
name=Fedora 36 - $basearch
failovermethod=priority
#baseurl=http://download.fedoraproject.org/pub/fedora/linux/releases/35/Everything/$basearch/os/
metalink=https://mirrors.fedoraproject.org/metalink?repo=fedora-35&arch=$basearch
#baseurl=http://download.fedoraproject.org/pub/fedora/linux/releases/36/Everything/$basearch/os/
metalink=https://mirrors.fedoraproject.org/metalink?repo=fedora-36&arch=$basearch
enabled=1
#metadata_expire=7d
repo_gpgcheck=0
type=rpm
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-35-$basearch
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-36-$basearch
skip_if_unavailable=False

View file

@ -1,5 +1,5 @@
{
"ref": "fedora/rawhide/${basearch}/iot",
"ref": "fedora/stable/${basearch}/iot",
"ex-jigdo-spec": "fedora-iot.spec",
"repos": [],
@ -10,8 +10,8 @@
"documentation": false,
"automatic_version_prefix": "35",
"mutate-os-release": "35",
"automatic_version_prefix": "36",
"mutate-os-release": "36",
"initramfs-args": ["--no-hostonly",
"--add", "ignition watchdog"],
@ -73,60 +73,60 @@
"packages": ["fedora-release-iot",
"glibc", "glibc-minimal-langpack", "nss-altfiles",
"sssd-client", "libsss_sudo", "shadow-utils",
"kernel",
"kernel", "linux-firmware",
"dracut-config-generic", "dracut-network",
"rpm-ostree", "polkit", "lvm2",
"rpm-ostree", "rpm", "polkit", "lvm2",
"cryptsetup", "pinentry",
"keyutils", "cracklib-dicts",
"e2fsprogs", "xfsprogs", "dosfstools",
"gnupg2",
"e2fsprogs", "dosfstools",
"gnupg2", "authselect",
"basesystem", "python3", "bash",
"xz", "gzip",
"coreutils", "which", "curl",
"coreutils", "which", "curl", "attr",
"firewalld", "iptables",
"NetworkManager", "NetworkManager-wifi", "NetworkManager-wwan",
"wpa_supplicant", "wireless-regdb", "iwd", "tpm2-pkcs11",
"dnsmasq", "traceroute",
"hostname", "iproute", "iputils",
"openssh-clients", "openssh-server", "passwd",
"policycoreutils", "procps-ng", "rootfiles", "rpm",
"policycoreutils", "procps-ng", "rootfiles",
"selinux-policy-targeted", "setup", "shadow-utils",
"sudo", "util-linux", "vim-minimal",
"systemd", "systemd-resolved",
"less", "tar",
"fwupd", "fwupd-plugin-modem-manager",
"greenboot", "greenboot-grub2", "greenboot-rpm-ostree-grub2", "greenboot-reboot", "greenboot-status",
"greenboot", "greenboot-default-health-checks",
"ignition", "zezere-ignition",
"zram-generator", "zram-generator-defaults",
"rsync", "attr",
"ima-evm-utils", "openssl",
"bash-completion",
"tmux", "screen",
"policycoreutils-python-utils",
"setools-console", "usbguard",
"audit", "rng-tools", "chrony",
"chrony",
"bluez", "bluez-libs", "bluez-mesh",
"kernel-tools", "libgpiod-utils",
"podman", "podman-plugins", "container-selinux", "skopeo", "criu", "slirp4netns",
"podman", "podman-plugins", "container-selinux", "skopeo", "criu",
"containernetworking-plugins", "slirp4netns", "netavark", "aardvark-dns",
"clevis", "clevis-dracut", "clevis-luks", "clevis-pin-tpm2",
"parsec", "dbus-parsec"],
"packages-aarch64": ["grub2-efi-aa64", "efibootmgr", "shim-aa64", "fwupd-efi",
"uboot-tools", "uboot-images-armv8", "bcm283x-firmware",
"arm-image-installer", "iwl7260-firmware"],
"uboot-images-armv8", "bcm283x-firmware", "fwupd-plugin-uefi-capsule-data",
"arm-image-installer", "iwl7260-firmware", "iwlax2xx-firmware"],
"packages-armhfp": ["grub2-efi-arm", "efibootmgr",
"uboot-tools", "uboot-images-armv7", "bcm283x-firmware",
"packages-armhfp": ["grub2-efi-arm", "efibootmgr", "uboot-images-armv7", "bcm283x-firmware",
"arm-image-installer"],
"packages-x86_64": ["grub2", "grub2-efi-x64", "efibootmgr", "shim-x64", "fwupd-efi", "microcode_ctl",
"iwl1000-firmware", "iwl100-firmware", "iwl105-firmware", "iwl135-firmware",
"iwl2000-firmware", "iwl2030-firmware", "iwl3160-firmware", "iwl5000-firmware",
"iwl5150-firmware", "iwl6000-firmware", "iwl6050-firmware", "iwl7260-firmware"],
"iwl5150-firmware", "iwl6000-firmware", "iwl6050-firmware", "iwl7260-firmware",
"iwlax2xx-firmware", "fwupd-plugin-uefi-capsule-data"],
"default_target": "multi-user.target",
"units": ["NetworkManager.service", "firewalld.service", "rngd.service", "sshd.service",
"units": ["NetworkManager.service", "firewalld.service", "sshd.service",
"zezere_ignition.timer", "zezere_ignition_banner.service",
"greenboot-grub2-set-counter.service", "greenboot-grub2-set-success.service", "greenboot-healthcheck.service",
"greenboot-rpm-ostree-grub2-check-fallback.service", "greenboot-status.service", "greenboot-task-runner.service",

View file

@ -1,5 +1,5 @@
"ref": "fedora/devel/${basearch}/updates/iot",
"ref": "fedora/stable/${basearch}/updates/iot",
"ex-jigdo-spec": "fedora-iot.spec",
"include": "fedora-iot-base.json"
}

View file

@ -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"
}

View file

@ -1,6 +1,6 @@
{
"ref": "fedora/rawhide/${basearch}/iot",
"ref": "fedora/stable/${basearch}/iot",
"ex-jigdo-spec": "fedora-iot.spec",
"repos": ["fedora-35"],
"repos": ["fedora-36"],
"include": "fedora-iot-base.json"
}