summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--commands.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/commands.go b/commands.go
index 7bf45cc..42ba982 100644
--- a/commands.go
+++ b/commands.go
@@ -226,6 +226,7 @@ func (cmd Command) Run(label string, cmdline ...string) error {
options = append(options, "systemd-nspawn", "-q")
options = append(options, "--resolv-conf=off")
options = append(options, "--timezone=off")
+ options = append(options, "--register=no")
for _, e := range cmd.extraEnv {
options = append(options, "--setenv", e)