index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton.feeds@gmail.com> | 2019-06-20 18:29:41 +0000 |
---|---|---|
committer | Anton Hvornum <anton.feeds@gmail.com> | 2019-06-20 18:29:41 +0000 |
commit | 809d6bf316572ce3b84ad9de1c6327fe574743c2 (patch) | |
tree | 453f5a11cbe72055ab4c78ebe73ac1508e6579d8 /archinstall.py | |
parent | f928a4b72cbdcf1ea4ec09267e184016e8c91f45 (diff) |
-rw-r--r-- | archinstall.py | 2 |
diff --git a/archinstall.py b/archinstall.py index 1f5edcee..bd90f9b7 100644 --- a/archinstall.py +++ b/archinstall.py @@ -279,7 +279,7 @@ def update_git(): if not 'rebooted' in args: ## Reboot the script (in same context) print('[N] Rebooting the script') - os.execv('/usr/bin/python3', ['archinstall.py', '--rebooted'] + sys.argv) + os.execv('/usr/bin/python3', ['archinstall.py'] + sys.argv + ['--rebooted',]) extit(1) def device_state(name): |