Fixing rerun
This commit is contained in:
parent
f355898af5
commit
ed9e93970a
|
|
@ -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():
|
||||
|
|
|
|||
Loading…
Reference in New Issue