add instruction
add instruction to flatten all the files
This commit is contained in:
@ -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-intelcpu-intelgpu.cfg -o ../dishes/phyllome-desktop-intelcpu-intelgpu.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
|
||||
|
Reference in New Issue
Block a user