From 9ee5f4adaa143e9297b6098bb0841ed4650b1540 Mon Sep 17 00:00:00 2001 From: OpenGnSys Support Team Date: Tue, 6 Aug 2024 18:39:12 +0200 Subject: live: move filesystem expansion out of OS configuration just a clean up. --- src/utils/postinstall.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/utils') 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: -- cgit v1.2.3-18-g5258