Go to file
Adam Williamson 27d1b07813 Don't exclude libusbx from container images, libdnf needs it
This exclusion has never actually worked. Look at a successful
F27 container-minimal build:

https://koji.fedoraproject.org/koji/taskinfo?taskID=25064051

If you check one of the tasks and look at the oz log, it shows
that libusbx is actually installed.

This is because both dnf and microdnf require libdnf, which
requires librepo, which requires gpgme, which requires gnupg2,
which requires libusb.

In Fedora 27, anaconda/dnf handle this by ignoring the attempt
to exclude libusbx and just installing it anyway.

In Rawhide, however, anaconda/dnf behaviour is different. I
don't know when it changed, but now anaconda/dnf honor the
kickstart and exclude libusbx from the install transaction...
which means the image build just fails, because the deps for
dnf/microdnf cannot be satisfied. So we should just ditch the
exclusion, it's bogus. See a failed Rawhide build attempt:

https://koji.fedoraproject.org/koji/taskinfo?taskID=25077542

Signed-off-by: Adam Williamson <awilliam@redhat.com>
2018-02-15 17:56:44 -08:00
custom
l10n Cinnamon: Add German spin-variant 2017-04-04 01:11:58 +02:00
snippets
templates
tools
.gitignore
AUTHORS
COPYING
fedora-aos.ks
fedora-arm-base.ks Drop workaround for libcrypt/libcrypt-nss. 2017-12-16 10:00:24 -08:00
fedora-arm-kde.ks fix graphical initial-setup on ARM images 2017-03-09 17:05:40 +00:00
fedora-arm-lxde.ks fix graphical initial-setup on ARM images 2017-03-09 17:05:40 +00:00
fedora-arm-lxqt.ks SoAS and LXQT: increase root fs size 2017-08-16 18:24:31 +01:00
fedora-arm-mate.ks fix graphical initial-setup on ARM images 2017-03-09 17:05:40 +00:00
fedora-arm-minimal.ks ARM images: remove bits we don't need/want to help reduce image size 2017-08-16 18:24:31 +01:00
fedora-arm-python-classroom.ks Added ARM version of Python Clasroom Lab 2017-02-27 21:22:09 +01:00
fedora-arm-server.ks arm: minor package tweaks, drop Intel wireless FW, trousers, dial-up as not overly useful OOTB on ARM 2017-04-05 13:57:04 +01:00
fedora-arm-soas.ks SoAS and LXQT: increase root fs size 2017-08-16 18:24:31 +01:00
fedora-arm-workstation.ks
fedora-arm-xbase.ks fix graphical initial-setup on ARM images 2017-03-09 17:05:40 +00:00
fedora-arm-xfce.ks Increase size on Xfce arm image as it's running out of space currently. 2017-06-24 08:13:16 -06:00
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 Cinnamon: Update to recent extra backgrounds 2017-11-25 21:36:36 +01:00
fedora-cloud-atomic-pxetolive.ks
fedora-cloud-base-vagrant.ks Fix the vagrant and bigdata cloud images 2017-03-28 16:04:52 +01:00
fedora-cloud-base.ks Fix links to this example TDL file. 2017-07-07 15:58:34 -04:00
fedora-cloud-bigdata.ks Fix the vagrant and bigdata cloud images 2017-03-28 16:04:52 +01:00
fedora-cloud-experimental.ks Fix the vagrant and bigdata cloud images 2017-03-28 16:04:52 +01:00
fedora-disk-base.ks Drop workaround for libcrypt/libcrypt-nss. 2017-12-16 10:00:24 -08:00
fedora-disk-minimal.ks ARM images: remove bits we don't need/want to help reduce image size 2017-08-16 18:24:31 +01:00
fedora-disk-server.ks aarch64: we don't install initial-setup in Worksttion so don't try to enable the service 2017-04-30 09:59:28 +01:00
fedora-disk-workstation.ks aarch64: we don't install initial-setup in Worksttion so don't try to enable the service 2017-04-30 09:59:28 +01:00
fedora-disk-xbase.ks Add Workstation disk image for aarch64 2017-04-12 16:57:21 +01:00
fedora-docker-base-minimal.ks Reduce some packages that aren't of much use in the containers 2017-03-24 18:19:28 +00:00
fedora-docker-base.ks container: rm nologin file from container image 2017-08-11 09:15:27 -04:00
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: Move the minimization to a separate kickstart file 2018-01-17 08:56:43 +11:00
fedora-live-astronomy_kde.ks astronomy: removed python3-healpy (not available ob i686, pulled in as a weak dep of python3-reproject on x86_64) 2017-10-16 15:00:30 +02:00
fedora-live-base.ks Don't list grub2-efi for live images 2018-01-04 15:05:44 -08:00
fedora-live-cinnamon.ks Cinnamon: disable dnfdragora applet on live 2017-07-14 12:02:47 -04:00
fedora-live-design_suite.ks Design-Suite: promote pitivi as favourite 2017-09-29 20:02:16 -07:00
fedora-live-games.ks Ditch all kdegames references (retired in Rawhide) 2017-04-18 11:37:23 -07:00
fedora-live-jam_kde.ks
fedora-live-kde-base.ks remove plasma-pk-updates from live environment 2017-07-01 09:27:31 -07:00
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 lxqt: no updater applet in live environment 2017-05-12 11:00:54 +02:00
fedora-live-mate_compiz.ks MATE: disable dnfdragora applet on livecd 2017-07-14 09:46:13 +02:00
fedora-live-minimization.ks
fedora-live-python-classroom.ks Added ARM version of Python Clasroom Lab 2017-02-27 21:22:09 +01:00
fedora-live-robotics.ks
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 Update comments to dnfdragora 2017-04-01 01:38:37 +02:00
fedora-live-soas.ks
fedora-live-workstation.ks live-workstation: suppress redundant anaconda spokes 2018-01-25 17:59:25 -06:00
fedora-live-xfce.ks
fedora-lxde-common.ks Update comments to dnfdragora 2017-04-01 01:38:37 +02:00
fedora-lxqt-common.ks lxqt: use new comps groups 2017-05-12 10:59:52 +02:00
fedora-mate-common.ks Mate: fix contractdictory package lists 2017-08-16 18:24:31 +01:00
fedora-minimal-common.ks Add minimal disk image for aarch64 2017-04-12 16:14:53 +01:00
fedora-modular-arm-server.ks New kickstart file added for modular fedora. For issue https://pagure.io/releng/issue/7074 2017-10-04 11:56:15 -04:00
fedora-modular-container-base-minimal.ks rename docker to container 2017-09-26 21:36:34 -05:00
fedora-modular-container-base.ks rename docker to container 2017-09-26 21:36:34 -05:00
fedora-modular-container-common.ks (Rawhide/F28) Drop --noboot from container image creation 2017-10-31 07:23:11 -04:00
fedora-modular-disk-minimal.ks A start at disk-minimal for the fedora modular release. 2017-07-10 17:41:31 -04:00
fedora-python-classroom-common.ks Add @python-science to Python Classroom Lab 2017-04-09 18:23:24 +02:00
fedora-python-classroom-gnome-common.ks Add @python-science to Python Classroom Lab 2017-04-09 18:23:24 +02:00
fedora-python-classroom-vagrant.ks Added ARM version of Python Clasroom Lab 2017-02-27 21:22:09 +01:00
fedora-repo-not-rawhide.ks use mirrorlist url instead of metalink url 2017-05-13 20:28:51 -04:00
fedora-repo-rawhide.ks use mirrorlist url instead of metalink url 2017-05-13 20:28:51 -04:00
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 Merge #319 Temp disable firefox in Xfce. This allows rawhide composes to finish 2017-12-10 16:52:50 +00:00
Makefile
README.md Update formatting of README 2017-07-13 09:35:26 +02:00

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