#1064 lxde: increase disk size for compose
Merged 5 months ago by ngompa. Opened 5 months ago by mtasaka.
mtasaka/fedora-kickstarts f41-lxde-increase-size  into  f41

lxde: increase disk size for compose
Mamoru TASAKA • 5 months ago  
file modified
+3
@@ -10,6 +10,9 @@ 

  %include fedora-live-minimization.ks

  %include fedora-lxde-common.ks

  

+ # increate the disk size for compose

+ part / --size 6144

+ 

  %post

  # LXDE and LXDM configuration

  

Installed file size is already near limit, and
on rawhide (F42), now compose began to fail at
kernel posttrans scriptlet due to disk size shortage.

So now let's increase size by 20%.

Pull-Request has been merged by ngompa

5 months ago
Metadata