add instructions to merge kickstart

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

View File

@ -16,7 +16,7 @@
# Adam Miller, Bastien Nocera, Bruno Wolff III, Bryan Kearney, Chitlesh Goorah, Christoph Wickert,
# Colin Walters, Fabian Affolter, Igor Pires Soares, Jens Petersen, Jeremy Katz, Jeroen van Meeuwen
# Jesse Keating, Luya Tshimbalanga, Matthias Clasen, Pedro Silva, Rahul Sundaram, Sebastian Dziallas
# Sebastian Vahl, wart.
# Sebastian Vahl, wart. More information here : https://pagure.io/fedora-kickstarts
#
# Thank you!

View File

@ -11,6 +11,11 @@
# 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 dhamd.cfg -o flat-dhamd.cfg
%include bmd.cfg # A minimal machine
%include bdmd.cfg # A desktop environment
%include bhmd.cfg # A base hypervisor

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

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 dhmd.cfg -o flat-dhmd.cfg
%include bmd.cfg # A minimal machine
%include bdmd.cfg # A desktop environment
%include bhmd.cfg # A base hypervisor

View File

@ -11,5 +11,9 @@
# 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 dmd.cfg -o flat-dmd.cfg
%include bmd.cfg # A base system
%include bdmd.cfg # A desktop environment

View File

@ -11,5 +11,9 @@
# 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 ldhamd.cfg -o flat-ldhamd.cfg
%include ldhmd.cfg # A live desktop hypervisor machine
%include bamd.cfg # Specific virtualization configuration for AMD (tm) CPUs

View File

@ -11,5 +11,9 @@
# 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 ldhimd.cfg -o flat-ldhimd.cfg
%include ldhmd.cfg # A live desktop hypervisor machine
%include bimd.cfg # Specific virtualization configuration for Intel(tm) CPU and Intel(tm) Graphics

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 ldhmd.cfg -o flat-ldhmd.cfg
%include ldmd.cfg # A base for a live desktop minimal machine
%include bhmd.cfg # A base hypervisor

View File

@ -16,10 +16,14 @@
# Adam Miller, Bastien Nocera, Bruno Wolff III, Bryan Kearney, Chitlesh Goorah, Christoph Wickert,
# Colin Walters, Fabian Affolter, Igor Pires Soares, Jens Petersen, Jeremy Katz, Jeroen van Meeuwen
# Jesse Keating, Luya Tshimbalanga, Matthias Clasen, Pedro Silva, Rahul Sundaram, Sebastian Dziallas
# Sebastian Vahl, wart.
# Sebastian Vahl, wart. More information here : https://pagure.io/fedora-kickstarts
#
# Thank you!
# 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 ldmd.cfg -o flat-ldmd.cfg
%include blmd.cfg # A base for a minimal live machine
%include bdmd.cfg # A base for a desktop environment