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:
authorcodefiles <11915375+codefiles@users.noreply.github.com>2023-03-26 15:40:08 -0400
committerGitHub <noreply@github.com>2023-03-26 21:40:08 +0200
commitf6113107d6c7df763301de0816dcd1ae1d4ace4d (patch)
treeb997bb160ac9440124a0f65f9a980eb6607ff026 /archinstall/lib/systemd.py
parent79eb6bba627c4c70f24a265ac0b2ef9cbfbbd211 (diff)
Change exit status indications to exit codes (#1685)
Diffstat (limited to 'archinstall/lib/systemd.py')
-rw-r--r--archinstall/lib/systemd.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/archinstall/lib/systemd.py b/archinstall/lib/systemd.py
index f459f94b..64ffcae4 100644
--- a/archinstall/lib/systemd.py
+++ b/archinstall/lib/systemd.py
@@ -97,8 +97,6 @@ class Boot:
shutdown = SysCommand(f'systemd-run --machine={self.container_name} --pty shutdown now')
except SysCallError as error:
shutdown_exit_code = error.exit_code
- # if error.exit_code == 256:
- # pass
while self.session.is_alive():
time.sleep(0.25)