5dee07d
@@ -12,7 +12,7 @@
%include fedora-live-kde.ks
# DVD size partition
- part / --size 10240 --fstype ext4
+ part / --size 11264 --fstype ext4
#enable threaded irqs
bootloader --append="threadirqs"
It's failing on Rawhide and F41 because it's running out of space. It's a few hundred megs over, so let's give it an extra gig.
Signed-off-by: Adam Williamson awilliam@redhat.com
Pull-Request has been merged by ngompa
er this might have needed an fe or fbr, but oh well. it's pretty safe.
It's failing on Rawhide and F41 because it's running out of
space. It's a few hundred megs over, so let's give it an extra
gig.
Signed-off-by: Adam Williamson awilliam@redhat.com