From f7570cfdcd4230d73f90447d820e6ae930139176 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Mon, 27 Nov 2023 11:21:04 +0100 Subject: [PATCH] Displaying all systemd units after first reboot --- files/postinstall | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/files/postinstall b/files/postinstall index 3757467..a0fddb5 100644 --- a/files/postinstall +++ b/files/postinstall @@ -25,6 +25,12 @@ echo "All filesystems:" echo "----------------" df -m -a -T +echo +echo "All systemd units in memory:" +echo "----------------------------" +echo +systemctl list-units --all + for ks_cfg in "/root/original-ks.cfg" "/root/anaconda-ks.cfg" ; do echo echo "-----------------------------------------------------------" -- 2.39.5