index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | archinstall/lib/disk.py | 3 |
diff --git a/archinstall/lib/disk.py b/archinstall/lib/disk.py index 54f86f7a..b8a77ef8 100644 --- a/archinstall/lib/disk.py +++ b/archinstall/lib/disk.py @@ -327,6 +327,9 @@ class Partition(): self.mountpoint = None return True + def umount(self): + return self.unmount() + def filesystem_supported(self): """ The support for a filesystem (this partition) is tested by calling |