From 4c502aa96b1129348cde23e15a222719a156ff6f Mon Sep 17 00:00:00 2001 From: Lukas Date: Wed, 18 Aug 2021 20:10:10 +0200 Subject: [PATCH] add instructions to merge kickstart files and reference to the offical fedora kickstart repository --- leaves/blmd.cfg | 2 +- leaves/dhamd.cfg | 5 +++++ leaves/dhimd.cfg | 4 ++++ leaves/dhmd.cfg | 4 ++++ leaves/dmd.cfg | 4 ++++ leaves/ldhamd.cfg | 4 ++++ leaves/ldhimd.cfg | 4 ++++ leaves/ldhmd.cfg | 4 ++++ leaves/ldmd.cfg | 6 +++++- 9 files changed, 35 insertions(+), 2 deletions(-) diff --git a/leaves/blmd.cfg b/leaves/blmd.cfg index 0dd0ab6..830c895 100644 --- a/leaves/blmd.cfg +++ b/leaves/blmd.cfg @@ -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! diff --git a/leaves/dhamd.cfg b/leaves/dhamd.cfg index 48c2b99..9dc1b84 100644 --- a/leaves/dhamd.cfg +++ b/leaves/dhamd.cfg @@ -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 diff --git a/leaves/dhimd.cfg b/leaves/dhimd.cfg index 126759c..70587bd 100644 --- a/leaves/dhimd.cfg +++ b/leaves/dhimd.cfg @@ -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 diff --git a/leaves/dhmd.cfg b/leaves/dhmd.cfg index 258ce71..6309d74 100644 --- a/leaves/dhmd.cfg +++ b/leaves/dhmd.cfg @@ -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 diff --git a/leaves/dmd.cfg b/leaves/dmd.cfg index a74c727..77246f5 100644 --- a/leaves/dmd.cfg +++ b/leaves/dmd.cfg @@ -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 \ No newline at end of file diff --git a/leaves/ldhamd.cfg b/leaves/ldhamd.cfg index bfba7d9..ca842af 100644 --- a/leaves/ldhamd.cfg +++ b/leaves/ldhamd.cfg @@ -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 \ No newline at end of file diff --git a/leaves/ldhimd.cfg b/leaves/ldhimd.cfg index 4a13dd1..7a7ebd8 100644 --- a/leaves/ldhimd.cfg +++ b/leaves/ldhimd.cfg @@ -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 \ No newline at end of file diff --git a/leaves/ldhmd.cfg b/leaves/ldhmd.cfg index c78c3f2..43dd67e 100644 --- a/leaves/ldhmd.cfg +++ b/leaves/ldhmd.cfg @@ -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 diff --git a/leaves/ldmd.cfg b/leaves/ldmd.cfg index 251b398..2102ffd 100644 --- a/leaves/ldmd.cfg +++ b/leaves/ldmd.cfg @@ -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