index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton@hvornum.se> | 2021-03-14 12:25:06 +0100 |
---|---|---|
committer | Anton Hvornum <anton@hvornum.se> | 2021-03-14 12:25:06 +0100 |
commit | 4ac252882291861c612ad1b69a0ce547cbf73ae8 (patch) | |
tree | 9575cb5a9bec32f9136a559572519c0f0da796cb /archinstall | |
parent | d2804993dbcd9fc6ff743d2886000407ec3b019e (diff) |
-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 |