add instructions to merge kickstart

files and reference to the offical
 fedora kickstart repository
This commit is contained in:
2021-08-18 20:10:10 +02:00
parent 8da59188ee
commit 4c502aa96b
9 changed files with 35 additions and 2 deletions

View File

@ -11,6 +11,10 @@
# ATTENTION : this kickstart file will automatically DESTROY the main disk and all of its contents.
# Bye bye!
# In order to be fed to virt-install or software like livecd-creator, this file needs to be flatten or merged into one.
# Here is how you can do it with the ksflatten tool provided by the pykickstart package on Fedora :
# ksflatten -c dhimd.cfg -o flat-dhimd.cfg
%include bmd.cfg # A minimal machine
%include bdmd.cfg # A desktop environment
%include bhmd.cfg # A base hypervisor