phyllomeos/ingredients/base-development.cfg

18 lines
848 B
INI
Raw Normal View History

2022-01-24 20:19:55 +00:00
# __ ____ ____ _____
# ____ / /_ __ __/ / /___ ____ ___ ___ / __ \/ ___/
# / __ \/ __ \/ / / / / / __ \/ __ `__ \/ _ \ / / / /\__ \
# / /_/ / / / / /_/ / / / /_/ / / / / / / __/ / /_/ /___/ /
# / .___/_/ /_/\__, /_/_/\____/_/ /_/ /_/\___/ \____//____/
# /_/ /____/
2022-01-27 09:02:22 +00:00
# What ? This kickstart file provides software needed to develop Phyllome OS and create an ISO file.
2022-01-24 20:19:55 +00:00
%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
2022-01-24 20:42:13 +00:00
psutils # livemedia-creator complains if module named psutil is not found
2022-01-24 20:19:55 +00:00
%end # End of the packages section