Go to file
Adam Williamson 4af7364074 manipulate network service in %post (#1369794)
Due to #1369794 , anaconda cannot currently manipulate sysv
services in F25+. So to work around this, take 'network' out of
the services lines in all kickstarts and instead manipulate
it in the %post section, with chkconfig.

Also remove rsyslog from the Atomic image services line because
it doesn't appear to be included in the OStree tree at present
and so attempting to enable the service breaks Atomic image
compose, see e.g.:

https://kojipkgs.fedoraproject.org//work/tasks/9022/15349022/oz-x86_64.log

also correct the name of the ssh service in fedora-arm-base.ks;
it's sshd not ssh.
2016-08-24 11:27:40 -06:00
atomic-installer
custom
l10n
snippets packagekit-cached-metadata.ks: Adapt for livemedia-creator changes 2016-06-01 23:20:36 +02:00
templates
tools
.gitignore
AUTHORS
COPYING
fedora-aos.ks manipulate network service in %post (#1369794) 2016-08-24 11:27:40 -06:00
fedora-arm-base.ks manipulate network service in %post (#1369794) 2016-08-24 11:27:40 -06:00
fedora-arm-kde.ks make the arm KDE image 6.5G, needs more space 2016-03-14 20:36:02 -05:00
fedora-arm-lxde.ks
fedora-arm-mate.ks
fedora-arm-minimal.ks move arm boot partition to ext3 2016-08-17 13:05:48 +01:00
fedora-arm-server.ks
fedora-arm-soas.ks
fedora-arm-workstation.ks
fedora-arm-xbase.ks
fedora-arm-xfce.ks
fedora-atomic-vagrant.ks remove cloud from atomic kickstarts and point at new repo location 2016-04-11 14:09:19 -05:00
fedora-atomic.ks manipulate network service in %post (#1369794) 2016-08-24 11:27:40 -06:00
fedora-cinnamon-packages.ks Cinnamon - correct gnome metadata for extra backgrounds and add basic backgrounds 2016-06-07 20:58:44 -04:00
fedora-cloud-atomic-pxetolive.ks manipulate network service in %post (#1369794) 2016-08-24 11:27:40 -06:00
fedora-cloud-base-arm.ks aarch64: fix cloud ks 2016-05-13 17:57:44 +01:00
fedora-cloud-base-ppc.ks cloud: ppc: add grub2 explicitly since now primary has explicitly removed it again 2016-05-17 12:03:47 +01:00
fedora-cloud-base-vagrant.ks cloud-base-vagrant: use extlinux to match cloud-base 2016-05-03 17:35:55 -05:00
fedora-cloud-base.ks manipulate network service in %post (#1369794) 2016-08-24 11:27:40 -06:00
fedora-cloud-bigdata.ks manipulate network service in %post (#1369794) 2016-08-24 11:27:40 -06:00
fedora-cloud-experimental.ks manipulate network service in %post (#1369794) 2016-08-24 11:27:40 -06:00
fedora-docker-base-arm.ks Docker: Base: add arm config, use includes for ppc config 2016-04-12 15:43:30 +01:00
fedora-docker-base-ppc.ks Docker: Base: add arm config, use includes for ppc config 2016-04-12 15:43:30 +01:00
fedora-docker-base.ks fix missing /run/lock in docker base image BZ#1343138 2016-07-22 15:26:49 -05:00
fedora-kde-packages.ks
fedora-live-astronomy_kde.ks astronomy: remove astronomy-bookmarks (outdated and affected by #1338010) 2016-05-27 09:56:40 +02:00
fedora-live-base.ks manipulate network service in %post (#1369794) 2016-08-24 11:27:40 -06:00
fedora-live-cinnamon.ks
fedora-live-design_suite.ks design-suite: remove commented line 2016-08-19 13:25:31 -07:00
fedora-live-games.ks We probably have room for freedroid again 2016-06-19 13:03:44 -05:00
fedora-live-jam_kde.ks jam: remove retired lv2-fil-plugins 2016-08-22 21:09:03 -07:00
fedora-live-kde-base.ks
fedora-live-kde.ks
fedora-live-lxde.ks
fedora-live-mate_compiz.ks
fedora-live-minimization.ks
fedora-live-robotics.ks
fedora-live-scientific_kde.ks
fedora-live-security.ks
fedora-live-soas.ks
fedora-live-workstation.ks
fedora-live-xfce.ks Switch default browser to firefox on Xfce 2016-03-10 13:18:20 -07:00
fedora-lxde-packages.ks
fedora-mate-packages.ks Mate: add p7zip 2016-05-13 11:00:20 +02:00
fedora-repo-not-rawhide.ks add a default url line to the livecd kickstarts 2016-05-23 09:37:01 -05:00
fedora-repo-rawhide.ks add a default url line to the livecd kickstarts 2016-05-23 09:37:01 -05:00
fedora-repo.ks
fedora-soas-packages.ks SoaS: we don't want the WebKit gtk2 plugin support 2016-04-10 22:41:16 +01:00
fedora-workstation-packages.ks Revert "Revert "add @gnome-desktop to fedora-workstation-packages"" 2016-03-12 09:03:30 -08:00
fedora-xfce-packages.ks Add admin-tools group in. Fixes bug #1330298 2016-04-26 15:06:00 -06:00
Makefile
README.md Update readme file and note bugzilla should be used for issues. 2016-05-30 14:19:28 -06: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