mirror of
https://github.com/PhyllomeOS/phyllomeos.git
synced 2024-11-04 19:51:10 +00:00
add devel base ingredient
This commit is contained in:
parent
e12f5dd72b
commit
da49f4023f
17
ingredients/base-development.cfg
Normal file
17
ingredients/base-development.cfg
Normal file
@ -0,0 +1,17 @@
|
||||
# __ ____ ____ _____
|
||||
# ____ / /_ __ __/ / /___ ____ ___ ___ / __ \/ ___/
|
||||
# / __ \/ __ \/ / / / / / __ \/ __ `__ \/ _ \ / / / /\__ \
|
||||
# / /_/ / / / / /_/ / / / /_/ / / / / / / __/ / /_/ /___/ /
|
||||
# / .___/_/ /_/\__, /_/_/\____/_/ /_/ /_/\___/ \____//____/
|
||||
# /_/ /____/
|
||||
|
||||
# What ? This kickstart file provides software needed to develop Phyllome OS.
|
||||
|
||||
%packages # Beginning of the packages section.
|
||||
|
||||
git # distributed revision control system
|
||||
lorax # Tool to reate the Anaconda installer boot.iso and other artefacts
|
||||
pykickstart # provides ability to flatten and test kickstart files
|
||||
anaconda # provides tooling related to the anaconda installer
|
||||
|
||||
%end # End of the packages section
|
Loading…
Reference in New Issue
Block a user