Go to file
Dusty Mabe 1ec1620e13
arm kickstarts: extend filesystems to unblock image builds
All of these images are failing because more disk space is needed
to install the required rpms. This PR bumps the sizes so that they
should succeed. See [1].

Here are the current failures in rawhide:

koji task: 25182851 Workstation armhfp live image
DEBUG util.py:439:     At least 93MB more space needed on the / filesystem.

koji task: 25182858 Spins armhfp LXDE
DEBUG util.py:439:     At least 926MB more space needed on the / filesystem.

koji task: 25182869 Spins armhfp Mate
DEBUG util.py:439:     At least 121MB more space needed on the / filesystem.

koji task: 25182901 Spins armhfp LXQt
DEBUG util.py:439:     At least 180MB more space needed on the / filesystem.

koji task: 25182854 Spins armhfp KDE
DEBUG util.py:439:     At least 294MB more space needed on the / filesystem.

[1] https://pagure.io/dusty/failed-composes/issue/9#comment-495037

Signed-off-by: Dusty Mabe <dusty@dustymabe.com>
2018-02-21 09:50:32 -05:00
custom
l10n
snippets
templates
tools
.gitignore
AUTHORS
COPYING
fedora-arm-base.ks python-classroom: add/delete some excludes for armhfp 2018-02-20 19:20:38 -05:00
fedora-arm-kde.ks arm kickstarts: extend filesystems to unblock image builds 2018-02-21 09:50:32 -05:00
fedora-arm-lxde.ks arm kickstarts: extend filesystems to unblock image builds 2018-02-21 09:50:32 -05:00
fedora-arm-lxqt.ks arm kickstarts: extend filesystems to unblock image builds 2018-02-21 09:50:32 -05:00
fedora-arm-mate.ks arm kickstarts: extend filesystems to unblock image builds 2018-02-21 09:50:32 -05:00
fedora-arm-minimal.ks
fedora-arm-python-classroom.ks
fedora-arm-server.ks
fedora-arm-soas.ks
fedora-arm-workstation.ks arm kickstarts: extend filesystems to unblock image builds 2018-02-21 09:50:32 -05:00
fedora-arm-xbase.ks
fedora-arm-xfce.ks
fedora-atomic-vagrant.ks
fedora-atomic.ks atomic: add comment on why we disable firewall 2018-01-12 14:57:47 -05:00
fedora-cinnamon-common.ks
fedora-cloud-atomic-pxetolive.ks
fedora-cloud-base-vagrant.ks
fedora-cloud-base.ks
fedora-cloud-bigdata.ks
fedora-cloud-experimental.ks
fedora-disk-base.ks Drop workaround for libcrypt/libcrypt-nss. 2017-12-16 10:00:24 -08:00
fedora-disk-minimal.ks
fedora-disk-server.ks
fedora-disk-workstation.ks
fedora-disk-xbase.ks
fedora-docker-base-minimal.ks
fedora-docker-base.ks
fedora-docker-common.ks Don't exclude libusbx from container images, libdnf needs it 2018-02-15 17:56:44 -08:00
fedora-kde-common.ks KDE: Move the minimization to a separate kickstart file 2018-01-17 08:56:43 +11:00
fedora-kde-minimization.ks kde-minimization: Don't exclude m17n*, emacs needs it. 2018-02-20 17:07:16 -05:00
fedora-live-astronomy_kde.ks
fedora-live-base.ks Don't list grub2-efi for live images 2018-01-04 15:05:44 -08:00
fedora-live-cinnamon.ks
fedora-live-design_suite.ks
fedora-live-games.ks
fedora-live-jam_kde.ks
fedora-live-kde-base.ks
fedora-live-kde.ks KDE: Move the minimization to a separate kickstart file 2018-01-17 08:56:43 +11:00
fedora-live-lxde.ks
fedora-live-lxqt.ks
fedora-live-mate_compiz.ks
fedora-live-minimization.ks live-minimizations: don't exclude wget 2018-02-20 17:11:00 -05:00
fedora-live-python-classroom.ks
fedora-live-robotics.ks live-robotics: don't exclude hunspell 2018-02-20 19:30:25 -05:00
fedora-live-scientific_kde.ks KDE: Move the minimization to a separate kickstart file 2018-01-17 08:56:43 +11:00
fedora-live-security.ks live-security: don't exclude realmd package 2018-02-20 17:07:29 -05:00
fedora-live-soas.ks
fedora-live-workstation.ks live-workstation: Bring back the datetime anaconda spoke 2018-02-16 03:41:57 +00:00
fedora-live-xfce.ks
fedora-lxde-common.ks
fedora-lxqt-common.ks
fedora-mate-common.ks MATE f28: drop packages which are already listed in comps 2018-02-17 11:20:22 +01:00
fedora-minimal-common.ks
fedora-modular-arm-server.ks
fedora-modular-container-base-minimal.ks
fedora-modular-container-base.ks
fedora-modular-container-common.ks
fedora-modular-disk-minimal.ks
fedora-python-classroom-common.ks
fedora-python-classroom-gnome-common.ks python-classroom: add/delete some excludes for armhfp 2018-02-20 19:20:38 -05:00
fedora-python-classroom-vagrant.ks
fedora-repo-not-rawhide.ks
fedora-repo-rawhide.ks
fedora-repo.ks
fedora-soas-common.ks Adapt to the webkitgtk4 rename 2018-01-12 16:29:59 +01:00
fedora-workstation-common.ks
fedora-xfce-common.ks Drop the exclude on PackageKit, as system-config-printer now needs PackageKit-gtk3-module 2018-02-16 10:41:17 -08:00
Makefile
README.md

fedora-kickstarts

This project is used to manage the Fedora kickstart files used in composing Fedora release images.

The master branch is used by rawhide and each release branch is used by that release.

All changes should be made via the PR workflow.

This project is packaged in Fedora as the spin-kickstarts package allowing users to see and modify the kickstart files for their local needs.

To make a release

git clone ssh://git@pagure.io/fedora-kickstarts.git fedora-kickstarts
cd fedora-kickstarts
# If you need a specific branch other than master:
git checkout BRANCHNAME
# No tag has been added yet tag HEAD with
git tag VERSION
git push --tags
make
# Publish the released tar ball
make publish
# Clean up the generated files:
make clean

bug reports

Bugs should be reported to the spin-kickstarts bugzilla component:

https://bugzilla.redhat.com/enter_bug.cgi?product=Fedora&component=spin-kickstarts