From 192c9cc806b8e3da8e606bb88428ec9eae405523 Mon Sep 17 00:00:00 2001 From: Joseph Marrero Date: Tue, 20 Dec 2022 10:42:16 -0500 Subject: [PATCH] README: Update list of examples --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b9d57c6..bfd584e 100644 --- a/README.md +++ b/README.md @@ -12,13 +12,16 @@ functionality. ## Examples - [ansible-firewalld](ansible-firewalld/): Demos using [Ansible](https://github.com/ansible/ansible) to configure [firewalld](https://github.com/firewalld/firewalld) +- [build-zfs-module](build-zfs-module/): Build the ZFS third party module as rpm and install it - [butane](butane/): Demos using https://github.com/coreos/butane +- [inject-go-binary](inject-go-binary/): Demos adding building and injecting a Go binary + systemd unit +- [podman-next](podman-next): Use COPR to install the podman-next package - [rsyslog](rsyslog/): Install and configure rsyslog to forward to a remote host -- [wifi](wifi/): Install support for wireless networks along with pre-baked configuration to join a network +- [replace-kernel](replace-kernel): Replace the kernel using packages from Koji +- [replace-systemd](replace-systemd/): Replacing a base package, in this case systemd - [selinux](selinux/): Demos changing a SELinux boolean -- [inject-go-binary](inject-go-binary/): Demos adding building and injecting a Go binary + systemd unit - [tailscale](tailscale/): Demos https://tailscale.com/download/linux/fedora -- [replace-systemd](replace-systemd/): Replacing a base package, in this case systemd +- [wifi](wifi/): Install support for wireless networks along with pre-baked configuration to join a network ## Running an example