Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Hvornum <anton.feeds+github@gmail.com>2019-11-29 17:39:47 +0100
committerAnton Hvornum <anton.feeds+github@gmail.com>2019-11-29 17:39:47 +0100
commit9eb80c139ff76b0bb02568911625c6c12b7b6bdf (patch)
tree2ffd90dc0f3b5fed80b1ef5a1130d01ad64cef7b
parent3ba199628bdd21f908e5c1934f302183aac2e3b5 (diff)
Fixing rerun
-rw-r--r--archinstall.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/archinstall.py b/archinstall.py
index f25c3f0a..b1814ed6 100644
--- a/archinstall.py
+++ b/archinstall.py
@@ -1297,6 +1297,8 @@ if __name__ == '__main__':
update_git(pre_conf['git-branch'])
del(pre_conf['git-branch'])
+ rerun = args['ignore-rerun']
+
## Prerequisit steps needs to NOT be executed in arch-chroot.
## Mainly because there's no root structure to chroot into.
## But partly because some configurations need to be done against the live CD.