Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall
diff options
context:
space:
mode:
authorAnton Hvornum <anton@hvornum.se>2021-03-14 12:25:06 +0100
committerAnton Hvornum <anton@hvornum.se>2021-03-14 12:25:06 +0100
commit4ac252882291861c612ad1b69a0ce547cbf73ae8 (patch)
tree9575cb5a9bec32f9136a559572519c0f0da796cb /archinstall
parentd2804993dbcd9fc6ff743d2886000407ec3b019e (diff)
Added alias umount() to unmount().
Diffstat (limited to 'archinstall')
-rw-r--r--archinstall/lib/disk.py3
1 files changed, 3 insertions, 0 deletions
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