summaryrefslogtreecommitdiffstats
path: root/src/utils/postinstall.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/postinstall.py')
-rw-r--r--src/utils/postinstall.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/utils/postinstall.py b/src/utils/postinstall.py
index 75cc609..1420c18 100644
--- a/src/utils/postinstall.py
+++ b/src/utils/postinstall.py
@@ -234,8 +234,6 @@ def configure_os(disk, partition):
os_family = get_os_family(mountpoint)
umount(mountpoint)
- extend_filesystem(disk, partition)
-
if os_family == OSFamily.WINDOWS:
configure_os_windows(disk, partition)
elif os_family == OSFamily.LINUX: