Revert "Added a delay on systemd-nspawn", did not help

This reverts commit d9aa7e6b34.
This commit is contained in:
Anton Hvornum 2021-11-06 21:49:57 +01:00
parent d9aa7e6b34
commit c62cef3cfd
1 changed files with 0 additions and 3 deletions

View File

@ -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,