index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Hugo Ankarloo <hugo@ilait.se> | 2021-09-20 19:30:07 +0200 |
---|---|---|
committer | Hugo Ankarloo <hugo@ilait.se> | 2021-09-20 19:30:07 +0200 |
commit | d2d80113b3c6a337097b407674f67b84cc14c82a (patch) | |
tree | bdfddac414d477b95bd2b2075e150b5c091bbb64 /archinstall/lib | |
parent | ea41a6c2685a1f1d47df708862e27b5b5768c41d (diff) |
-rw-r--r-- | archinstall/lib/systemd.py | 1 |
diff --git a/archinstall/lib/systemd.py b/archinstall/lib/systemd.py index 383f1f17..d297c507 100644 --- a/archinstall/lib/systemd.py +++ b/archinstall/lib/systemd.py @@ -64,6 +64,7 @@ class Boot: self.session = SysCommandWorker([ '/usr/bin/systemd-nspawn', '-D', self.instance.target, + '--timezone=off', '-b', '--machine', self.container_name ]) |