c6c1a42
@@ -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
:thumbsup:
Pull-Request has been merged by ngompa
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