Compare commits

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

11 commits

Author SHA1 Message Date
2081789dbb Add zram-generator, zram-generator-defaults which replace zram
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
2021-02-14 11:58:24 +00:00
80e5883a5c Add wireless-regdb to ensure wireless location can be set
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
2020-12-31 11:00:00 +00:00
6fb322fa3b add openssl option explicitly to allow for certificate pieces
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
2020-12-26 19:05:22 +00:00
cf89d27ad4 move F-33 to stable ostree branch
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
2020-10-28 14:11:08 +00:00
af704d8e88 Add podman-plugins as it's not pulled in now
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
2020-10-08 18:33:56 +01:00
0a385eb766 fix typo in redboot service
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
2020-09-30 12:30:43 +01:00
413eb752e3 Revert "Add tpm2-abrmd"
This reverts commit bcc9459ea2.

Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
2020-09-17 14:28:04 +01:00
bcc9459ea2 Add tpm2-abrmd
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
2020-09-17 09:04:59 +01:00
ae2821f910 Add and enable parsec/dbus-parsec, minor tweaks
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
2020-09-16 22:09:03 +01:00
48617f2eaa Add new clevis tpm2 pin
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
2020-08-25 12:31:52 +01:00
e633ff2814 Setup for F-33 branched
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
2020-08-17 09:20:29 +01:00
6 changed files with 16 additions and 13 deletions

View file

@ -11,8 +11,8 @@ tree_name = docker-host
tree_file = %(os_name)s-%(tree_name)s.json
arch = x86_64
release = f33
ref = %(os_name)s/rawhide/%(arch)s/%(tree_name)s
yum_baseurl = http://dl.fedoraproject.org/pub/fedora/linux//development/rawhide/%(arch)s/os/
ref = %(os_name)s/stable/%(arch)s/%(tree_name)s
yum_baseurl = https://dl.fedoraproject.org/pub/fedora/linux/releases/33/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,5 +1,5 @@
{
"ref": "fedora/rawhide/${basearch}/iot",
"ref": "fedora/stable/${basearch}/iot",
"ex-jigdo-spec": "fedora-iot.spec",
"repos": [],
@ -85,7 +85,7 @@
"coreutils", "which", "curl",
"firewalld", "iptables",
"NetworkManager", "NetworkManager-wifi", "NetworkManager-wwan",
"wpa_supplicant", "iwd", "tpm2-pkcs11",
"wpa_supplicant", "wireless-regdb", "iwd", "tpm2-pkcs11",
"dnsmasq", "traceroute",
"hostname", "iproute", "iputils",
"openssh-clients", "openssh-server", "passwd",
@ -96,18 +96,20 @@
"fwupd", "usbguard",
"greenboot", "greenboot-grub2", "greenboot-rpm-ostree-grub2", "greenboot-reboot", "greenboot-status",
"ignition", "zezere-ignition",
"zram-generator", "zram-generator-defaults",
"rsync", "attr",
"ima-evm-utils",
"ima-evm-utils", "openssl",
"bash-completion",
"tmux", "screen",
"policycoreutils-python-utils",
"setools-console",
"audit", "rng-tools", "chrony",
"bluez", "bluez-libs", "bluez-mesh", "wpan-tools",
"bluez", "bluez-libs", "bluez-mesh",
"kernel-tools", "libgpiod-utils",
"podman", "container-selinux", "skopeo", "criu",
"slirp4netns", "fuse-overlayfs",
"clevis", "clevis-dracut", "clevis-luks"],
"podman", "podman-plugins", "container-selinux", "skopeo", "criu",
"slirp4netns", "fuse-overlayfs",
"clevis", "clevis-dracut", "clevis-luks", "clevis-pin-tpm2",
"parsec", "dbus-parsec"],
"packages-aarch64": ["grub2-efi-aa64", "efibootmgr", "shim-aa64",
"uboot-tools", "uboot-images-armv8", "bcm283x-firmware",
@ -127,5 +129,6 @@
"units": ["NetworkManager.service", "firewalld.service", "rngd.service", "sshd.service",
"zezere_ignition.timer", "zezere_ignition_banner.service",
"greenboot-grub2-set-counter", "greenboot-grub2-set-success", "greenboot-healthcheck", "greenboot-rpm-ostree-grub2-check-fallback",
"greenboot-status", "greenboot-task-runner", "redboot-auto-reboot", "edboot-task-runner"]
"greenboot-status", "greenboot-task-runner", "redboot-auto-reboot", "redboot-task-runner",
"parsec", "dbus-parsec"]
}

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,5 +1,5 @@
{
"ref": "fedora/rawhide/${basearch}/iot",
"ref": "fedora/stable/${basearch}/iot",
"ex-jigdo-spec": "fedora-iot.spec",
"repos": ["fedora-33"],
"include": "fedora-iot-base.json"