From 619640b0ed627178b9640569ac2900a413630050 Mon Sep 17 00:00:00 2001 From: tigro Date: Tue, 25 Feb 2025 16:37:49 +0300 Subject: [PATCH] Fix disk size --- MSVSphere-10-ARM.ks | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/MSVSphere-10-ARM.ks b/MSVSphere-10-ARM.ks index 7d5cf29..27cb4a7 100644 --- a/MSVSphere-10-ARM.ks +++ b/MSVSphere-10-ARM.ks @@ -34,8 +34,7 @@ zerombr # Partition clearing information clearpart --all # Disk partitioning information -part / --fstype="ext4" --size=5120 -part / --size=7750 +part / --fstype="ext4" --size=7750 %post # FIXME: it'd be better to get this installed from a package