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 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
|
||||
|
Reference in New Issue
Block a user