fix primary root ks

This commit is contained in:
Louis Abel 2022-09-12 00:40:37 -07:00
parent bdd0c84fdb
commit 31a9c5f74b
Signed by: label
GPG Key ID: B37E62D143879B36
1 changed files with 3 additions and 0 deletions

View File

@ -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.