Compare commits

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

11 commits

Author SHA1 Message Date
12a67f8c0f move F-32 to stable ostree branch
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
2020-04-28 10:48:40 +01:00
2a030b6eeb Add fuse-overlayfs for containers (rhbz 1818744)
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
2020-04-07 12:55:00 +01:00
429026f6c5 zezere: enable service to update provisioning banner
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
2020-04-02 11:20:01 +01:00
207049b8bf Enable zezere ignition timer in units
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
2020-04-01 09:02:17 +01:00
885d5b45d4 Add zezere-ignition for provisioning
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
2020-03-18 13:10:33 +00:00
3d299177fc re-add chrony, it's not crond :-/
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
2020-03-05 10:49:05 +00:00
5e0a0a2806 Drop chrony
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
2020-03-02 16:33:15 +00:00
5d1713c0a2 Update README
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
2020-03-02 16:12:21 +00:00
a7879208cd add cracklib-dicts to stop various things from crashing until they're fixed
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
2020-02-26 15:06:58 +00:00
3783fd0f93 drop authselect
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
2020-02-24 13:24:13 +00:00
1d8ef79bf6 Setup for F-32 branched
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
2020-02-17 07:54:55 +00:00
6 changed files with 16 additions and 18 deletions

View file

@ -1,3 +1,3 @@
# atomic
# ostree
Atomic compose configs for Fedora IoT
This is the repo for the ostree compose configs for Fedora IoT.

View file

@ -11,8 +11,8 @@ tree_name = docker-host
tree_file = %(os_name)s-%(tree_name)s.json
arch = x86_64
release = f32
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/32/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": [],
@ -76,13 +76,12 @@
"kernel",
"dracut-config-generic", "dracut-network",
"rpm-ostree", "polkit", "lvm2",
"chrony", "zram",
"cryptsetup", "pinentry",
"authselect", "keyutils",
"keyutils", "cracklib-dicts",
"e2fsprogs", "xfsprogs", "dosfstools",
"gnupg2",
"basesystem", "python3", "bash",
"xz", "gzip",
"xz", "gzip", "zram",
"coreutils", "which", "curl",
"firewalld", "iptables",
"NetworkManager", "NetworkManager-wifi", "NetworkManager-wwan",
@ -96,20 +95,19 @@
"less", "tar",
"fwupd", "usbguard",
"greenboot", "greenboot-grub2", "greenboot-rpm-ostree-grub2", "greenboot-reboot", "greenboot-status",
"ignition",
"rsync",
"ignition", "zezere-ignition",
"rsync", "attr",
"ima-evm-utils",
"bash-completion",
"tmux", "screen",
"policycoreutils-python-utils",
"setools-console",
"audit", "rng-tools",
"audit", "rng-tools", "chrony",
"bluez", "bluez-libs", "bluez-mesh", "wpan-tools",
"kernel-tools", "libgpiod-utils",
"podman", "container-selinux", "skopeo", "criu",
"slirp4netns",
"clevis", "clevis-dracut", "clevis-luks",
"attr"],
"slirp4netns", "fuse-overlayfs",
"clevis", "clevis-dracut", "clevis-luks"],
"packages-aarch64": ["grub2-efi-aa64", "efibootmgr", "shim-aa64",
"uboot-tools", "uboot-images-armv8", "bcm283x-firmware",
@ -126,5 +124,5 @@
"default_target": "multi-user.target",
"units": ["NetworkManager.service", "firewalld.service", "rngd.service", "sshd.service", "zram-swap.service"]
"units": ["NetworkManager.service", "firewalld.service", "rngd.service", "sshd.service", "zram-swap.service", "zezere_ignition.timer", "zezere_ignition_banner.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,5 +1,5 @@
{
"ref": "fedora/rawhide/${basearch}/iot",
"ref": "fedora/stable/${basearch}/iot",
"ex-jigdo-spec": "fedora-iot.spec",
"repos": ["fedora-32"],
"include": "fedora-iot-base.json"