Removed some debugging auto-unmount

This commit is contained in:
Anton Hvornum 2021-04-09 22:06:17 +02:00
parent 5099376dcd
commit 97540293b8
No known key found for this signature in database
GPG Key ID: F1234C5BA67C59DF
1 changed files with 0 additions and 4 deletions

View File

@ -1,9 +1,5 @@
import archinstall
# Unmount and close previous runs
archinstall.sys_command(f'umount -R /mnt', suppress_errors=True)
archinstall.sys_command(f'cryptsetup close /dev/mapper/luksloop', suppress_errors=True)
# Select a harddrive and a disk password
archinstall.log(f"Minimal only supports:")
archinstall.log(f" * Being installed to a single disk")