disable login as ubuntu (#934)

This commit is contained in:
Aiden McClelland
2021-12-10 10:19:22 -07:00
parent 6d6e4c1807
commit 91840539f9
2 changed files with 8 additions and 2 deletions

View File

@@ -53,6 +53,7 @@ ControlPort 9051
CookieAuthentication 1
EOF
passwd -l ubuntu
echo 'overlayroot="tmpfs":swap=1,recurse=0' > /etc/overlayroot.local.conf
systemctl disable initialization.service
sync