From 2aaeeb4d328a7e1b1141162e9b3acaa936b9286e Mon Sep 17 00:00:00 2001 From: Lukas Date: Mon, 3 Jan 2022 18:02:31 +0100 Subject: [PATCH] updated file --- blocks/desktop-hypervisor-amdcpu.cfg | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 blocks/desktop-hypervisor-amdcpu.cfg diff --git a/blocks/desktop-hypervisor-amdcpu.cfg b/blocks/desktop-hypervisor-amdcpu.cfg new file mode 100644 index 0000000..08a4c15 --- /dev/null +++ b/blocks/desktop-hypervisor-amdcpu.cfg @@ -0,0 +1,23 @@ +# __ ____ ____ _____ +# ____ / /_ __ __/ / /___ ____ ___ ___ / __ \/ ___/ +# / __ \/ __ \/ / / / / / __ \/ __ `__ \/ _ \ / / / /\__ \ +# / /_/ / / / / /_/ / / / /_/ / / / / / / __/ / /_/ /___/ / +# / .___/_/ /_/\__, /_/_/\____/_/ /_/ /_/\___/ \____//____/ +# /_/ /____/ + +# What ? This kickstart file bootstraps a desktop hypervisor configured for AMD (tm) CPUs. + +# 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 desktop-hypervisor-amdcpu.cfg -o ../leaves/phyllome-desktop-amdcpu.cfg + +%include base-fedora-repo.cfg # offical repositories for Fedora +%include base-storage.cfg # base storage +%include base.cfg # A minimal machine +%include base-desktop-gnome.cfg # A desktop environment that ships with virtual machine manager +%include base-desktop-virtual-machine-manager.cfg # the virtual machine manager +%include base-hypervisor.cfg # A base hypervisor +%include base-hypervisor-amdcpu.cfg # Specific virtualization configuration for AMD (tm) CPUs +%include base-initial-setup-gnome.cfg # Includes initial-setup for GNOME + +reboot --kexec # Reboot straight into the system after a successfull installation \ No newline at end of file