mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-21 15:13:09 +00:00
Bump Jam_KDE root size a bit
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>
This commit is contained in:
parent
b2f4ab4a3a
commit
c6c1a42cb0
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user