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 live-desktop-hypervisor.cfg -o ../dishes/live-phyllome-desktop.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
# Instructions for creating an ISO file
# Temporary disable SELinux:
# setenforce 0