add -m to user creation to force home dir creation #1

Open
moritz wants to merge 1 commits from fix-readme-user into main
Showing only changes of commit cf8bc7885a - Show all commits

View File

@@ -9,7 +9,7 @@ with network=none and minimize the risk of the AI escaping.
Optional, if you want to run this as a separate user Optional, if you want to run this as a separate user
``` ```
sudo useradd llama sudo useradd -m llama
sudo machinectl shell llama@ sudo machinectl shell llama@
``` ```