Dusty Mabe d91769ea0b
atomic: extend the root filesystem to fill VG
With the change to using overlay in the root filesystem [1]. We
need to configure the cloud images to extend the root filesystem
by default [2]. Fixes [2]

[1] https://pagure.io/atomic-wg/issue/281
[2] https://pagure.io/atomic-wg/issue/343

(cherry picked from commit 97b0af5d0062c54cb6f7b94410eb3ca94e9c13b0)
2017-10-05 16:29:04 -04:00
2017-04-04 01:11:58 +02:00
2010-04-08 23:18:18 -04:00
2013-01-30 10:41:58 -08:00
2013-01-08 12:41:26 -08:00
2017-08-15 13:29:14 -04:00
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

Description
This project is used to manage the Fedora kickstart files used in composing Fedora release images.
Readme 2.8 MiB
Languages
Python 58.3%
JavaScript 33%
Makefile 8.7%