From 367bc6c932fad3273b338f90efc378d2e44f0e1b Mon Sep 17 00:00:00 2001 From: Mikhail Novosyolov Date: Sun, 11 Apr 2021 00:38:34 +0300 Subject: [PATCH] try to speed up truncating --- main.ks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.ks b/main.ks index ccb6325..ad753b4 100644 --- a/main.ks +++ b/main.ks @@ -8,7 +8,7 @@ firstboot --enabled services --enabled=gdm,avahi-daemon,cpupower,irqbalance,dbus,sshd,cups,smb,wsdd,systemd-resolved,NetworkManager # partition -part / --size 12268 --fstype ext4 +part / --size 6000 --fstype ext4 # configure Time Zone timezone --utc Europe/Moscow