aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmd/app
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/app')
-rw-r--r--cmd/app/main.go3
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 |