Merge pull request 'add -m to user creation to force home dir creation' (#1) from fix-readme-user into main
Linux CI / run-tests (push) Failing after 4m57s
Windows CI / run-tests (push) Has been cancelled
Close inactive issues / close-issues (push) Successful in 10s
Build Containers / build-and-push (cpu) (push) Failing after 9s
Build Containers / build-and-push (cuda) (push) Failing after 8s
Build Containers / build-and-push (intel) (push) Failing after 7s
Build Containers / build-and-push (musa) (push) Failing after 8s
Build Containers / build-and-push (vulkan) (push) Failing after 8s
Build Containers / delete-untagged-containers (push) Has been skipped

Reviewed-on: #1
Reviewed-by: andreas <github@aspk.de>
This commit was merged in pull request #1.
This commit is contained in:
2026-04-27 19:32:52 +00:00
+1 -1
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
```
sudo useradd llama
sudo useradd -m llama
sudo machinectl shell llama@
```