Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall/lib/systemd.py
diff options
context:
space:
mode:
authorAnton Hvornum <anton@hvornum.se>2021-11-06 21:49:57 +0100
committerAnton Hvornum <anton@hvornum.se>2021-11-06 21:49:57 +0100
commitc62cef3cfd876d4f6e4fbff2f92abc58d1dd045b (patch)
tree7c86893ab3776a6806241a74a75052e448c6cad3 /archinstall/lib/systemd.py
parentd9aa7e6b34a969b46f97a24b9387d215605747c8 (diff)
Revert "Added a delay on systemd-nspawn", did not help
This reverts commit d9aa7e6b34a969b46f97a24b9387d215605747c8.
Diffstat (limited to 'archinstall/lib/systemd.py')
-rw-r--r--archinstall/lib/systemd.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/archinstall/lib/systemd.py b/archinstall/lib/systemd.py
index 4df347c6..a7e35839 100644
--- a/archinstall/lib/systemd.py
+++ b/archinstall/lib/systemd.py
@@ -1,5 +1,4 @@
import logging
-import time
from .general import SysCommand, SysCommandWorker, locate_binary
from .installer import Installer
from .output import log
@@ -61,8 +60,6 @@ class Boot:
self.session = existing_session.session
self.ready = existing_session.ready
else:
- log(f"Temporarily booting up installed system using systemd-nspawn")
- time.sleep(1)
self.session = SysCommandWorker([
'/usr/bin/systemd-nspawn',
'-D', self.instance.target,