From 452e548e93e8a5b05088c85c99f622289587c845 Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Jun 05 2024 11:45:59 +0000 Subject: docs: Drop mkosi testing instructions for systemd These are out of date. I will write a new mkosi section once I start rolling out v256. --- diff --git a/docs/internal/systemd.md b/docs/internal/systemd.md index 469c9d6..acd4bfe 100644 --- a/docs/internal/systemd.md +++ b/docs/internal/systemd.md @@ -133,29 +133,6 @@ services are broken, or the VM no longer boots with the hs version. Debugging ti Installation issues tend to come from building against a new dependency that is not yet in the mirrors. But the majority of the time, issues arise due to SELinux. CentOS Stream has SELinux enabled by default! -## mkosi - -You can also do testing using the mkosi image builder: - -```sh -$ sudo dnf install python3 bubblewrap -$ git clone https://github.com/systemd/mkosi -$ sudo ln -s mkosi/bin/mkosi /usr/local/bin/mkosi -$ git clone https://pagure.io/centos-sig-hyperscale/mkosi hyperscale -$ cd hyperscale -$ mkdir mkosi.conf.d/ -$ tee mkosi.conf.d/local.conf < - -[Content] -WithTests=yes # Change to no if you don't want rpmbuild to run the unit tests. -BuildSources=:systemd - :rpm -EOF -$ mkosi -f qemu -``` - ## Modifying SELinux Policies (and when your VM fails to boot) To check that the SELinux isn't spewing denials everywhere: