add instructions to merge kickstart
files and reference to the offical fedora kickstart repository
This commit is contained in:
parent
8da59188ee
commit
4c502aa96b
@ -16,7 +16,7 @@
|
|||||||
# Adam Miller, Bastien Nocera, Bruno Wolff III, Bryan Kearney, Chitlesh Goorah, Christoph Wickert,
|
# 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
|
# 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
|
# 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!
|
# Thank you!
|
||||||
|
|
||||||
|
@ -11,6 +11,11 @@
|
|||||||
# ATTENTION : this kickstart file will automatically DESTROY the main disk and all of its contents.
|
# ATTENTION : this kickstart file will automatically DESTROY the main disk and all of its contents.
|
||||||
# Bye bye!
|
# 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 bmd.cfg # A minimal machine
|
||||||
%include bdmd.cfg # A desktop environment
|
%include bdmd.cfg # A desktop environment
|
||||||
%include bhmd.cfg # A base hypervisor
|
%include bhmd.cfg # A base hypervisor
|
||||||
|
@ -11,6 +11,10 @@
|
|||||||
# ATTENTION : this kickstart file will automatically DESTROY the main disk and all of its contents.
|
# ATTENTION : this kickstart file will automatically DESTROY the main disk and all of its contents.
|
||||||
# Bye bye!
|
# 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 bmd.cfg # A minimal machine
|
||||||
%include bdmd.cfg # A desktop environment
|
%include bdmd.cfg # A desktop environment
|
||||||
%include bhmd.cfg # A base hypervisor
|
%include bhmd.cfg # A base hypervisor
|
||||||
|
@ -11,6 +11,10 @@
|
|||||||
# ATTENTION : this kickstart file will automatically DESTROY the main disk and all of its contents.
|
# ATTENTION : this kickstart file will automatically DESTROY the main disk and all of its contents.
|
||||||
# Bye bye!
|
# 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 bmd.cfg # A minimal machine
|
||||||
%include bdmd.cfg # A desktop environment
|
%include bdmd.cfg # A desktop environment
|
||||||
%include bhmd.cfg # A base hypervisor
|
%include bhmd.cfg # A base hypervisor
|
||||||
|
@ -11,5 +11,9 @@
|
|||||||
# ATTENTION : this kickstart file will automatically DESTROY the main disk and all of its contents.
|
# ATTENTION : this kickstart file will automatically DESTROY the main disk and all of its contents.
|
||||||
# Bye bye!
|
# 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 bmd.cfg # A base system
|
||||||
%include bdmd.cfg # A desktop environment
|
%include bdmd.cfg # A desktop environment
|
@ -11,5 +11,9 @@
|
|||||||
# ATTENTION : this kickstart file will automatically DESTROY the main disk and all of its contents.
|
# ATTENTION : this kickstart file will automatically DESTROY the main disk and all of its contents.
|
||||||
# Bye bye!
|
# 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 ldhmd.cfg # A live desktop hypervisor machine
|
||||||
%include bamd.cfg # Specific virtualization configuration for AMD (tm) CPUs
|
%include bamd.cfg # Specific virtualization configuration for AMD (tm) CPUs
|
@ -11,5 +11,9 @@
|
|||||||
# ATTENTION : this kickstart file will automatically DESTROY the main disk and all of its contents.
|
# ATTENTION : this kickstart file will automatically DESTROY the main disk and all of its contents.
|
||||||
# Bye bye!
|
# 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 ldhmd.cfg # A live desktop hypervisor machine
|
||||||
%include bimd.cfg # Specific virtualization configuration for Intel(tm) CPU and Intel(tm) Graphics
|
%include bimd.cfg # Specific virtualization configuration for Intel(tm) CPU and Intel(tm) Graphics
|
@ -11,6 +11,10 @@
|
|||||||
# ATTENTION : this kickstart file will automatically DESTROY the main disk and all of its contents.
|
# ATTENTION : this kickstart file will automatically DESTROY the main disk and all of its contents.
|
||||||
# Bye bye
|
# 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 ldmd.cfg # A base for a live desktop minimal machine
|
||||||
%include bhmd.cfg # A base hypervisor
|
%include bhmd.cfg # A base hypervisor
|
||||||
|
|
||||||
|
@ -16,10 +16,14 @@
|
|||||||
# Adam Miller, Bastien Nocera, Bruno Wolff III, Bryan Kearney, Chitlesh Goorah, Christoph Wickert,
|
# 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
|
# 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
|
# 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!
|
# 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 blmd.cfg # A base for a minimal live machine
|
||||||
%include bdmd.cfg # A base for a desktop environment
|
%include bdmd.cfg # A base for a desktop environment
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user