diff --git a/ingredients/base-storage-encrypted.cfg b/ingredients/base-storage-encrypted.cfg index 0e4115e..5499aa9 100644 --- a/ingredients/base-storage-encrypted.cfg +++ b/ingredients/base-storage-encrypted.cfg @@ -5,7 +5,7 @@ # / .___/_/ /_/\__, /_/_/\____/_/ /_/ /_/\___/ \____//____/ # /_/ /____/ -# What ? This kickstart file provides a basic EXT4 layout for EFI-based systems, with full-disk encryption. User input is necessary during deployment, as there is no hardcoded password. +# What ? This kickstart file provides a basic EXT4 partition layout for EFI-based systems, with full-disk encryption. User input is necessary during deployment, as there is no hardcoded password. part /boot/efi --fstype="efi" --size=128 --fsoptions="umask=0077,shortname=winnt" --label=efi # Will create an efi partitition of 128 MiB (vda1) part /boot --fstype="ext4" --size=384 --label=boot # Create a boot partition of 384 MiB using the ext4 filesystem (vda2). diff --git a/ingredients/base-storage.cfg b/ingredients/base-storage.cfg index ed0fcc3..c73603d 100644 --- a/ingredients/base-storage.cfg +++ b/ingredients/base-storage.cfg @@ -5,7 +5,7 @@ # / .___/_/ /_/\__, /_/_/\____/_/ /_/ /_/\___/ \____//____/ # /_/ /____/ -# What ? This kickstart file provides a basic EXT4 layout for EFI-based systems, without encryption. +# What ? This kickstart file provides a basic EXT4 partition layout for EFI-based systems, without encryption. part /boot/efi --fstype="efi" --size=128 --fsoptions="umask=0077,shortname=winnt" --label=efi # Will create an efi partitition of 128 MiB (vda1) part /boot --fstype="ext4" --size=384 --label=boot # Create a boot partition of 384 MiB using the ext4 filesystem (vda2). diff --git a/recipes/desktop-hypervisor-amdcpu.cfg b/recipes/desktop-hypervisor-amdcpu.cfg index 2e7b267..973c731 100644 --- a/recipes/desktop-hypervisor-amdcpu.cfg +++ b/recipes/desktop-hypervisor-amdcpu.cfg @@ -14,10 +14,10 @@ %include ../ingredients/base-fedora-repo.cfg # offical repositories for Fedora %include ../ingredients/base-storage.cfg # base storage %include ../ingredients/base.cfg # A minimal machine -%include ../ingredients/base-desktop-gnome.cfg # A desktop environment that ships with virtual machine manager +%include ../ingredients/base-desktop-gnome.cfg # A desktop environment based on GNOME Shell %include ../ingredients/base-desktop-virtual-machine-manager.cfg # the virtual machine manager %include ../ingredients/base-hypervisor.cfg # A base hypervisor %include ../ingredients/base-hypervisor-amdcpu.cfg # Specific virtualization configuration for AMD (tm) CPUs -%include ../ingredients/base-initial-setup-gnome.cfg # Includes initial-setup for GNOME +%include ../ingredients/base-initial-setup-gnome.cfg # Includes initial-setup for GNOME Shell, allowing for the creation of a user after the first boot, as well as some basic configuration reboot --kexec # Reboot straight into the system after a successfull installation \ No newline at end of file diff --git a/recipes/desktop-hypervisor-intelcpu-intelgpu.cfg b/recipes/desktop-hypervisor-intelcpu-intelgpu.cfg index 5c3a9e1..660db4a 100644 --- a/recipes/desktop-hypervisor-intelcpu-intelgpu.cfg +++ b/recipes/desktop-hypervisor-intelcpu-intelgpu.cfg @@ -14,11 +14,11 @@ %include ../ingredients/base-fedora-repo.cfg # offical repositories for Fedora %include ../ingredients/base-storage.cfg # base storage %include ../ingredients/base.cfg # A minimal machine -%include ../ingredients/base-desktop-gnome.cfg # A desktop environment that ships with virtual machine manager +%include ../ingredients/base-desktop-gnome.cfg # A desktop environment based on GNOME Shell %include ../ingredients/base-desktop-virtual-machine-manager.cfg # the virtual machine manager %include ../ingredients/base-hypervisor.cfg # A base hypervisor %include ../ingredients/base-hypervisor-intelcpu.cfg # Specific virtualization configuration for Intel (tm) CPUs %include ../ingredients/base-hypervisor-intelgpu.cfg # Specific virtualization configuration for Intel (tm) GPUs from 4th to the 9th generation (compatible with vfio-mdev). -%include ../ingredients/base-initial-setup-gnome.cfg # Includes initial-setup for GNOME +%include ../ingredients/base-initial-setup-gnome.cfg # Includes initial-setup for GNOME Shell, allowing for the creation of a user after the first boot, as well as some basic configuration reboot --kexec # Reboot straight into the system after a successfull installation \ No newline at end of file diff --git a/recipes/desktop-hypervisor-intelcpu.cfg b/recipes/desktop-hypervisor-intelcpu.cfg index cabad24..a93b076 100644 --- a/recipes/desktop-hypervisor-intelcpu.cfg +++ b/recipes/desktop-hypervisor-intelcpu.cfg @@ -14,10 +14,10 @@ %include ../ingredients/base-fedora-repo.cfg # offical repositories for Fedora %include ../ingredients/base-storage.cfg # base storage %include ../ingredients/base.cfg # A minimal machine -%include ../ingredients/base-desktop-gnome.cfg # A desktop environment that ships with virtual machine manager +%include ../ingredients/base-desktop-gnome.cfg # A desktop environment based on GNOME Shell %include ../ingredients/base-desktop-virtual-machine-manager.cfg # the virtual machine manager %include ../ingredients/base-hypervisor.cfg # A base hypervisor %include ../ingredients/base-hypervisor-intelcpu.cfg # Specific virtualization configuration for Intel (tm) CPUs -%include ../ingredients/base-initial-setup-gnome.cfg # Includes initial-setup for GNOME +%include ../ingredients/base-initial-setup-gnome.cfg # Includes initial-setup for GNOME Shell, allowing for the creation of a user after the first boot, as well as some basic configuration reboot --kexec # Reboot straight into the system after a successfull installation \ No newline at end of file diff --git a/recipes/desktop-hypervisor.cfg b/recipes/desktop-hypervisor.cfg index 45569de..da8adbd 100644 --- a/recipes/desktop-hypervisor.cfg +++ b/recipes/desktop-hypervisor.cfg @@ -14,9 +14,9 @@ %include ../ingredients/base-fedora-repo.cfg # offical repositories for Fedora %include ../ingredients/base-storage.cfg # base storage %include ../ingredients/base.cfg # A minimal machine -%include ../ingredients/base-desktop-gnome.cfg # A desktop environment that ships with virtual machine manager +%include ../ingredients/base-desktop-gnome.cfg # A desktop environment based on GNOME Shell %include ../ingredients/base-desktop-virtual-machine-manager.cfg # the virtual machine manager %include ../ingredients/base-hypervisor.cfg # A base hypervisor -%include ../ingredients/base-initial-setup-gnome.cfg # Includes initial-setup for GNOME +%include ../ingredients/base-initial-setup-gnome.cfg # Includes initial-setup for GNOME Shell, allowing for the creation of a user after the first boot, as well as some basic configuration reboot --kexec # Reboot straight into the system after a successfull installation \ No newline at end of file diff --git a/recipes/desktop.cfg b/recipes/desktop.cfg index cfb376c..9040646 100644 --- a/recipes/desktop.cfg +++ b/recipes/desktop.cfg @@ -14,7 +14,7 @@ %include ../ingredients/base-fedora-repo.cfg # offical repositories for Fedora %include ../ingredients/base-storage.cfg # base storage %include ../ingredients/base.cfg # A minimal machine -%include ../ingredients/base-desktop-gnome.cfg # A desktop environment -%include ../ingredients/base-initial-setup-gnome.cfg # Includes initial-setup for GNOME +%include ../ingredients/base-desktop-gnome.cfg # A desktop environment based on GNOME Shell +%include ../ingredients/base-initial-setup-gnome.cfg # Includes initial-setup for GNOME Shell, allowing for the creation of a user after the first boot, as well as some basic configuration reboot --kexec # Reboot straight into the system after a successfull installation \ No newline at end of file