diff --git a/blocks/desktop-hypervisor-ii.cfg b/blocks/desktop-hypervisor-intelcpu-intelgpu similarity index 70% rename from blocks/desktop-hypervisor-ii.cfg rename to blocks/desktop-hypervisor-intelcpu-intelgpu index d78613d..beb6ffb 100644 --- a/blocks/desktop-hypervisor-ii.cfg +++ b/blocks/desktop-hypervisor-intelcpu-intelgpu @@ -5,11 +5,11 @@ # / .___/_/ /_/\__, /_/_/\____/_/ /_/ /_/\___/ \____//____/ # /_/ /____/ -# What ? This kickstart file bootstraps a desktop hypervisor configured for Intel(tm) CPU and Intel(tm) GPUs +# What ? This kickstart file bootstraps a desktop hypervisor configured for Intel(tm) CPU and Intel(tm) GPUs compatible with vfio-mdev (pre-Tiger Lake) # 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-ii.cfg -o ../leaves/phyllome-desktop-ii.cfg +# ksflatten -c desktop-hypervisor-intelcpu-intelgpu.cfg -o ../leaves/phyllome-desktop-intelcpu-intelgpu.cfg %include base-fedora-repo.cfg # offical repositories for Fedora %include base-storage.cfg # base storage @@ -17,7 +17,8 @@ %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-ii.cfg # Specific virtualization configuration for AMD (tm) CPUs +%include base-hypervisor-intelcpu.cfg # Specific virtualization configuration for Intel (tm) CPUs +%include base-hypervisor-intelgpu.cfg # Specific virtualization configuration for Intel (tm) GPUs from 4th to the 9th generation (compatible with vfio-mdev). %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 diff --git a/blocks/desktop-hypervisor-a.cfg b/blocks/desktop-hypervisor-intelcpu.cfg similarity index 83% rename from blocks/desktop-hypervisor-a.cfg rename to blocks/desktop-hypervisor-intelcpu.cfg index 01477cd..e3486f5 100644 --- a/blocks/desktop-hypervisor-a.cfg +++ b/blocks/desktop-hypervisor-intelcpu.cfg @@ -5,11 +5,11 @@ # / .___/_/ /_/\__, /_/_/\____/_/ /_/ /_/\___/ \____//____/ # /_/ /____/ -# What ? This kickstart file bootstraps a desktop hypervisor configured for AMD (tm) CPUs. +# What ? This kickstart file bootstraps a desktop hypervisor configured for Intel(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-a.cfg -o ../leaves/phyllome-desktop-a.cfg +# ksflatten -c desktop-hypervisor-intelcpu.cfg -o ../leaves/phyllome-desktop-intelcpu.cfg %include base-fedora-repo.cfg # offical repositories for Fedora %include base-storage.cfg # base storage @@ -17,7 +17,7 @@ %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-a.cfg # Specific virtualization configuration for AMD (tm) CPUs +%include base-hypervisor-intelcpu.cfg # Specific virtualization configuration for Intel (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 diff --git a/blocks/server-hypervisor-a.cfg b/blocks/server-hypervisor-amdcpu.cfg similarity index 85% rename from blocks/server-hypervisor-a.cfg rename to blocks/server-hypervisor-amdcpu.cfg index 5d49946..fdaf9db 100644 --- a/blocks/server-hypervisor-a.cfg +++ b/blocks/server-hypervisor-amdcpu.cfg @@ -9,13 +9,13 @@ # 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 server-hypervisor-a.cfg -o ../leaves/phyllome-server-a.cfg +# ksflatten -c server-hypervisor-amdcpu.cfg -o ../leaves/phyllome-server-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-hypervisor.cfg # A base hypervisor -%include base-hypervisor-a.cfg # Specific virtualization configuration for AMD (tm) CPUs +%include base-hypervisor-amdcpu.cfg # Specific virtualization configuration for AMD (tm) CPUs %include base-initial-setup.cfg # Includes initial-setup so on first-boot a new user can be created reboot --kexec # Reboot straight into the system after a successfull installation \ No newline at end of file diff --git a/blocks/server-hypervisor-ii.cfg b/blocks/server-hypervisor-intelcpu-intelgpu.cfg similarity index 72% rename from blocks/server-hypervisor-ii.cfg rename to blocks/server-hypervisor-intelcpu-intelgpu.cfg index 72c9e69..950e204 100644 --- a/blocks/server-hypervisor-ii.cfg +++ b/blocks/server-hypervisor-intelcpu-intelgpu.cfg @@ -5,17 +5,18 @@ # / .___/_/ /_/\__, /_/_/\____/_/ /_/ /_/\___/ \____//____/ # /_/ /____/ # -# What ? When flattened, this file will result in a stand-alone kickstart file that can be automatically deploy into a server-oriented system with a hypervisor optimized for Intel (tm) CPUs and Intel(tm) GPUs +# What ? When flattened, this file will result in a stand-alone kickstart file that can be automatically deploy into a server-oriented system with a hypervisor optimized for Intel (tm) CPUs and Intel(tm) GPUs compatible with vfio-mdev (pre-Tiger Lake) # 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 server-hypervisor-ii.cfg -o ../leaves/phyllome-server-ii.cfg +# ksflatten -c server-hypervisor-intelcpu-intelgpu.cfg -o ../leaves/phyllome-server-intelcpu-intelgpu.cfg %include base-fedora-repo.cfg # offical repositories for Fedora %include base-storage.cfg # base storage %include base.cfg # A minimal machine %include base-hypervisor.cfg # A base hypervisor -%include base-hypervisor-ii.cfg # Specific virtualization configuration for Intel(tm) CPU and Intel(tm) GPUs +%include base-hypervisor-intelcpu.cfg # Specific virtualization configuration for Intel (tm) CPUs +%include base-hypervisor-intelgpu.cfg # Specific virtualization configuration for Intel (tm) GPUs from 4th to the 9th generation (compatible with vfio-mdev). %include base-initial-setup.cfg # Includes initial-setup so on first-boot a new user can be created reboot --kexec # Reboot straight into the system after a successfull installation diff --git a/blocks/virtual-desktop-hypervisor-cdrom.cfg b/blocks/virtual-desktop-hypervisor-cdrom.cfg deleted file mode 100644 index d674251..0000000 --- a/blocks/virtual-desktop-hypervisor-cdrom.cfg +++ /dev/null @@ -1,23 +0,0 @@ -# __ ____ ____ _____ -# ____ / /_ __ __/ / /___ ____ ___ ___ / __ \/ ___/ -# / __ \/ __ \/ / / / / / __ \/ __ `__ \/ _ \ / / / /\__ \ -# / /_/ / / / / /_/ / / / /_/ / / / / / / __/ / /_/ /___/ / -# / .___/_/ /_/\__, /_/_/\____/_/ /_/ /_/\___/ \____//____/ -# /_/ /____/ - -# What ? This kickstart file bootstraps a desktop hypervisor meant to be installed inside a virtual machine. - -# 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 virtual-desktop-hypervisor-cdrom.cfg -o ../leaves/virtual-phyllome-desktop-cdrom.cfg - -%include base-fedora-cdrom-repo.cfg # use the cdrom as means of installation -%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-guest-agents.cfg # Guest agents -%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