add instruction

add instruction to flatten all the files
This commit is contained in:
lukas
2023-05-29 21:02:43 +02:00
parent f9822a5b96
commit edb503aef0
14 changed files with 39 additions and 22 deletions

View File

@ -11,6 +11,9 @@
# Here is how you can do it with the ksflatten tool provided by the pykickstart package on Fedora :
# ksflatten -c desktop-hypervisor-amdcpu.cfg -o ../dishes/phyllome-desktop-amdcpu.cfg
# to flatten all the files in the recipes repository, to the following
# for filename in *.cfg; do ksflatten -c "$filename" -o "../dishes/$filename"; done
%include ../ingredients/base-fedora-repo.cfg # offical repositories for Fedora
%include ../ingredients/base-storage.cfg # base storage
%include ../ingredients/base.cfg # A minimal machine