index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton.feeds+github@gmail.com> | 2019-11-19 01:05:04 +0000 |
---|---|---|
committer | Anton Hvornum <anton.feeds+github@gmail.com> | 2019-11-19 01:05:04 +0000 |
commit | 86847d6dc17d83549be19b0cf54bda4711ceccec (patch) | |
tree | 38a0ca4167da40859757fdfb98220c6892080ea6 /archinstall.py | |
parent | 8a5266d08751a0e1269ad0d812111bc3678c8959 (diff) |
-rw-r--r-- | archinstall.py | 1 |
diff --git a/archinstall.py b/archinstall.py index 59e5cc81..4f2dc19a 100644 --- a/archinstall.py +++ b/archinstall.py @@ -612,6 +612,7 @@ def human_disk_info(drive): } def close_disks(): + o = simple_command('/usr/bin/umount -R /mnt/boot') o = simple_command('/usr/bin/umount -R /mnt') o = simple_command('/usr/bin/cryptsetup close /dev/mapper/luksdev') |