Compare commits

1 Commits

Author SHA1 Message Date
Moritz Martinius
cf8bc7885a add -m to user creation to force home dir creation
Some checks failed
Linux CI / run-tests (pull_request) Failing after 6m53s
Windows CI / run-tests (pull_request) Has been cancelled
2026-02-08 15:28:26 +01:00

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@
``` ```