disable nfs and copy ssh public keys to container

This commit is contained in:
Christian Goll
2022-11-30 15:29:50 +01:00
parent 9ec86a18b4
commit 275a89a78b
4 changed files with 20 additions and 10 deletions

View File

@@ -69,6 +69,7 @@ fi
# configure the services of the host by building the host overlay
echo "-- Running wwctl --"
wwctl overlay build
# enable tftp if systemd is running
test -e /run/systemd/system && wwctl configure tftp
test -e /run/systemd/system && wwctl configure ssh
wwctl overlay build