Anaconda provisioning: Many fixes, first working autoinstall

This commit is contained in:
2026-04-21 12:17:01 +02:00
parent 888c4b17ad
commit 1606a88bb0
7 changed files with 116 additions and 61 deletions
+1 -2
View File
@@ -14,11 +14,10 @@ cd /etc
sudo rm -f -r /etc/skel
sudo tar -xf ${SRCFILE}
if [ $? -eq 0 ]; then
echo "Sucessfully wrote skel new"
echo "Sucessfully wrote skel."
sudo chown -R root:root /etc/skel
sudo setfacl -R -m u::rwX,g::rX,o::rX /etc/skel
else
echo "Something went wrong, please check Output"
fi
cd ${EXECDIR}