From 9eb80c139ff76b0bb02568911625c6c12b7b6bdf Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Fri, 29 Nov 2019 17:39:47 +0100 Subject: Fixing rerun --- archinstall.py | 2 ++ 1 file changed, 2 insertions(+) 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. -- cgit v1.2.3-54-g00ecf