diff --git a/kickstart/ks.cfg b/kickstart/ks.cfg index 0bcf9af..dce8bc2 100644 --- a/kickstart/ks.cfg +++ b/kickstart/ks.cfg @@ -87,9 +87,8 @@ rm -f /etc/dconf/db/gdm.d/00-security-settings # Remove banner to enable Cockpit rm -f /etc/issue.d/cockpit.issue # /tmp is restricted by mount options -mkdir /usr/local/tmp/ansible -chmod 1777 /usr/local/tmp/ansible -chown root:root /usr/local/tmp/ansible +mkdir /usr/local/tmp +chmod 1777 /usr/local/tmp # add vagrant's public key - user can ssh without password mkdir -p /home/vagrant/.ssh chmod 0700 /home/vagrant/.ssh