From d8ca558b5496beb6ec69213ee4ff0419552c028e Mon Sep 17 00:00:00 2001 From: Lukas Date: Wed, 18 Aug 2021 11:52:14 +0200 Subject: [PATCH] add standard non-live kickstart files, which are relying on the basic building blocks --- leaves/dhamd.cfg | 19 +++++++++++++++++++ leaves/dhimd.cfg | 17 +++++++++++++++++ leaves/dhmd.cfg | 18 ++++++++++++++++++ leaves/dmd.cfg | 17 +++++++++++++++++ 4 files changed, 71 insertions(+) create mode 100644 leaves/dhamd.cfg create mode 100644 leaves/dhimd.cfg create mode 100644 leaves/dhmd.cfg create mode 100644 leaves/dmd.cfg diff --git a/leaves/dhamd.cfg b/leaves/dhamd.cfg new file mode 100644 index 0000000..dd46f0a --- /dev/null +++ b/leaves/dhamd.cfg @@ -0,0 +1,19 @@ +# __ ____ ____ _____ +# ____ / /_ __ __/ / /___ ____ ___ ___ / __ \/ ___/ +# / __ \/ __ \/ / / / / / __ \/ __ `__ \/ _ \ / / / /\__ \ +# / /_/ / / / / /_/ / / / /_/ / / / / / / __/ / /_/ /___/ / +# / .___/_/ /_/\__, /_/_/\____/_/ /_/ /_/\___/ \____//____/ +# /_/ /____/ + +# What ? This kickstart file bootstraps a desktop hypervisor configured for AMD (tm) CPUs. +# 'd' for desktop, 'h' for hypervisor', 'a' for amd, 'm' for minimal, 'd' for development only. + +# ATTENTION : this kickstart file will automatically DESTROY the main disk and all of its contents. +# Bye bye! + +%include bmd.cfg # A minimal machine based on Fedora 34 +%include bdmd.cfg # A desktop machine based on Fedora 34 +%include bhmd.cfg # A base hypervisor based on Fedora 34 +%include bamd.cfg # Specific virtualization configuration for AMD (tm) CPUs + +xconfig --startxonboot --defaultdesktop=GNOME # Start GNOME on boot. Althought it says X, it works as well with Wayland diff --git a/leaves/dhimd.cfg b/leaves/dhimd.cfg new file mode 100644 index 0000000..4cc497c --- /dev/null +++ b/leaves/dhimd.cfg @@ -0,0 +1,17 @@ +# __ ____ ____ _____ +# ____ / /_ __ __/ / /___ ____ ___ ___ / __ \/ ___/ +# / __ \/ __ \/ / / / / / __ \/ __ `__ \/ _ \ / / / /\__ \ +# / /_/ / / / / /_/ / / / /_/ / / / / / / __/ / /_/ /___/ / +# / .___/_/ /_/\__, /_/_/\____/_/ /_/ /_/\___/ \____//____/ +# /_/ /____/ + +# What ? This kickstart file bootstraps a desktop hypervisor configured for Intel(tm) CPU and Intel(tm) Graphics. +# 'd' for desktop, 'h' for hypervisor', 'i' for intel, 'm' for minimal, 'd' for development only. + +# ATTENTION : this kickstart file will automatically DESTROY the main disk and all of its contents. +# Bye bye! + +%include bmd.cfg # A minimal machine based on Fedora 34 +%include bdmd.cfg # A desktop machine based on Fedora 34 +%include bhmd.cfg # A base hypervisor based on Fedora 34 +%include bimd.cfg # Specific virtualization configuration for Intel(tm) CPU and Intel(tm) Graphics diff --git a/leaves/dhmd.cfg b/leaves/dhmd.cfg new file mode 100644 index 0000000..5016335 --- /dev/null +++ b/leaves/dhmd.cfg @@ -0,0 +1,18 @@ +# __ ____ ____ _____ +# ____ / /_ __ __/ / /___ ____ ___ ___ / __ \/ ___/ +# / __ \/ __ \/ / / / / / __ \/ __ `__ \/ _ \ / / / /\__ \ +# / /_/ / / / / /_/ / / / /_/ / / / / / / __/ / /_/ /___/ / +# / .___/_/ /_/\__, /_/_/\____/_/ /_/ /_/\___/ \____//____/ +# /_/ /____/ + +# What ? This kickstart file bootstraps a desktop hypervisor based on Fedora 34 expecting Intel(tm) CPU and Intel(tm) Graphics. +# 'd' for desktop, 'h' for hypervisor, 'm' for minimal, 'd' for development only. + +# ATTENTION : this kickstart file will automatically DESTROY the main disk and all of its contents. +# Bye bye! + +%include bmd.cfg # A minimal machine based on Fedora 34 +%include bdmd.cfg # A desktop machine based on Fedora 34 +%include bhmd.cfg # A base hypervisor based on Fedora 34 + +xconfig --startxonboot --defaultdesktop=GNOME # Start GNOME on boot. Althought it says X, it works as well with Wayland diff --git a/leaves/dmd.cfg b/leaves/dmd.cfg new file mode 100644 index 0000000..85140be --- /dev/null +++ b/leaves/dmd.cfg @@ -0,0 +1,17 @@ +# __ ____ ____ _____ +# ____ / /_ __ __/ / /___ ____ ___ ___ / __ \/ ___/ +# / __ \/ __ \/ / / / / / __ \/ __ `__ \/ _ \ / / / /\__ \ +# / /_/ / / / / /_/ / / / /_/ / / / / / / __/ / /_/ /___/ / +# / .___/_/ /_/\__, /_/_/\____/_/ /_/ /_/\___/ \____//____/ +# /_/ /____/ + +# What ? This kickstart file bootstraps a desktop machine based on Fedora 34. +# 'd' for desktop, 'm' for minimal, 'd' for development only. + +# ATTENTION : this kickstart file will automatically DESTROY the main disk and all of its contents. +# Bye bye + +%include bmd.cfg # A base system based on Fedora 34. +%include bdmd.cfg # desktop machine based on Fedora 34. + +xconfig --startxonboot --defaultdesktop=GNOME # Start GNOME on boot. Althought it says X, it works as well with Wayland