diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-06-19 23:41:36 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-06-20 00:16:35 +0900 |
| commit | cb618093d5a2156e6c5a03eaf8ca7d370bf33740 (patch) | |
| tree | 7bf8488b7dc0c81f75c6bd96f2da5b1dca9241c2 /cmd/app | |
| parent | b0b2471c0cd783c670ed7531d5512415259f551d (diff) | |
hst: optionally disable file placement
This works around stubborn package managers.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'cmd/app')
| -rw-r--r-- | cmd/app/main.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cmd/app/main.go b/cmd/app/main.go index 0ffa0d53..07c2cdb8 100644 --- a/cmd/app/main.go +++ b/cmd/app/main.go @@ -103,7 +103,8 @@ func main() { }}, }, Username: "chronos", - Flags: hst.FMultiarch | + Flags: hst.FNoPlace | + hst.FMultiarch | hst.FDevel | hst.FUserns | hst.FHostNet | |
