mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-05 08:04:20 +00:00
15f0a6b253
The image creation currently silently fails on Fedora 33 because the kernel scriptlet is unable to create the initramfs: cp: error writing '/var/tmp/dracut.SqTiPj/initramfs/lib/libbrotlicommon.so.1.0.7': No space left on device dracut-install: ERROR: failed to install '/lib/libbrotlicommon.so.1' for '/var/tmp/dracut.SqTiPj/initramfs/usr/sbin/rngd' ... I'm not entirely sure how much space is actually needed. Hopefully not more than 100M though.
9 lines
130 B
Plaintext
9 lines
130 B
Plaintext
%include fedora-arm-base.ks
|
|
%include fedora-minimal-common.ks
|
|
|
|
part / --size=1500 --fstype ext4
|
|
|
|
%packages
|
|
-xkeyboard-config
|
|
%end
|