From 31a9c5f74bdcf0047cce84164d8fb48266baeaf8 Mon Sep 17 00:00:00 2001 From: Louis Abel Date: Mon, 12 Sep 2022 00:40:37 -0700 Subject: [PATCH] fix primary root ks --- Rocky-9-MATE.ks | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Rocky-9-MATE.ks b/Rocky-9-MATE.ks index 50aa861..7e24faa 100644 --- a/Rocky-9-MATE.ks +++ b/Rocky-9-MATE.ks @@ -337,6 +337,7 @@ fi %post # mate configuration +cat >> /etc/rc.d/init.d/livesys << EOF # make the installer show up if [ -f /usr/share/applications/liveinst.desktop ]; then # Show harddisk install in shell dash @@ -377,6 +378,8 @@ rm -f /etc/xdg/autostart/org.mageia.dnfdragora-updater.desktop # reset selinux contexts chown -R liveuser:liveuser /home/liveuser/ restorecon -R /home/liveuser/ +restorecon -R / + EOF # this doesn't come up automatically. not sure why.