From ed9e93970a26dd3e322a34f9ca3bdee470831af5 Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Thu, 20 Jun 2019 16:31:05 +0000 Subject: Fixing rerun --- archinstall.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archinstall.py') diff --git a/archinstall.py b/archinstall.py index 220304cf..3b76930d 100644 --- a/archinstall.py +++ b/archinstall.py @@ -591,7 +591,7 @@ if __name__ == '__main__': if len(o) <= 0: o = b''.join(sys_command('/usr/bin/mount /dev/mapper/luksdev /mnt').exec()) - os.makedirs('/mnt/boot') + os.makedirs('/mnt/boot', exist_ok=True) o = b''.join(sys_command('/usr/bin/mount {drive}{partition_1} /mnt/boot'.format(**args)).exec()) if 'mirrors' in args and args['mirrors'] and 'country' in args and get_default_gateway_linux(): -- cgit v1.2.3-70-g09d2