From e12f5dd72ba17225100e16a14ae0f6fcf7098334 Mon Sep 17 00:00:00 2001 From: Lukas Date: Mon, 24 Jan 2022 20:10:40 +0100 Subject: [PATCH] Poweroff instead of kexec --- recipes/desktop-hypervisor-amdcpu.cfg | 2 +- recipes/desktop-hypervisor-intelcpu-intelgpu.cfg | 2 +- recipes/desktop-hypervisor-intelcpu.cfg | 2 +- recipes/desktop-hypervisor.cfg | 2 +- recipes/desktop.cfg | 2 +- recipes/dev-virtual-desktop.cfg | 2 +- recipes/dev-virtual-server.cfg | 2 +- recipes/nano.cfg | 2 +- recipes/server-hypervisor-amdcpu.cfg | 2 +- recipes/server-hypervisor-intelcpu-intelgpu.cfg | 2 +- recipes/server-hypervisor.cfg | 2 +- recipes/server.cfg | 2 +- recipes/virtual-desktop-hypervisor.cfg | 2 +- recipes/virtual-desktop.cfg | 2 +- recipes/virtual-server-encrypted.cfg | 2 +- recipes/virtual-server.cfg | 6 +++--- 16 files changed, 18 insertions(+), 18 deletions(-) diff --git a/recipes/desktop-hypervisor-amdcpu.cfg b/recipes/desktop-hypervisor-amdcpu.cfg index 973c731..bbccc67 100644 --- a/recipes/desktop-hypervisor-amdcpu.cfg +++ b/recipes/desktop-hypervisor-amdcpu.cfg @@ -20,4 +20,4 @@ %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 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 +poweroff # Shut down the system after a successful installation \ No newline at end of file diff --git a/recipes/desktop-hypervisor-intelcpu-intelgpu.cfg b/recipes/desktop-hypervisor-intelcpu-intelgpu.cfg index 660db4a..e7f03b2 100644 --- a/recipes/desktop-hypervisor-intelcpu-intelgpu.cfg +++ b/recipes/desktop-hypervisor-intelcpu-intelgpu.cfg @@ -21,4 +21,4 @@ %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 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 +poweroff # Shut down the system after a successful installation \ No newline at end of file diff --git a/recipes/desktop-hypervisor-intelcpu.cfg b/recipes/desktop-hypervisor-intelcpu.cfg index a93b076..2cbc3d2 100644 --- a/recipes/desktop-hypervisor-intelcpu.cfg +++ b/recipes/desktop-hypervisor-intelcpu.cfg @@ -20,4 +20,4 @@ %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 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 +poweroff # Shut down the system after a successful installation \ No newline at end of file diff --git a/recipes/desktop-hypervisor.cfg b/recipes/desktop-hypervisor.cfg index da8adbd..34ef3a2 100644 --- a/recipes/desktop-hypervisor.cfg +++ b/recipes/desktop-hypervisor.cfg @@ -19,4 +19,4 @@ %include ../ingredients/base-hypervisor.cfg # A base hypervisor %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 +poweroff # Shut down the system after a successful installation \ No newline at end of file diff --git a/recipes/desktop.cfg b/recipes/desktop.cfg index 9040646..1b97f22 100644 --- a/recipes/desktop.cfg +++ b/recipes/desktop.cfg @@ -17,4 +17,4 @@ %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 +poweroff # Shut down the system after a successful installation \ No newline at end of file diff --git a/recipes/dev-virtual-desktop.cfg b/recipes/dev-virtual-desktop.cfg index 54c11d6..21382d7 100644 --- a/recipes/dev-virtual-desktop.cfg +++ b/recipes/dev-virtual-desktop.cfg @@ -18,4 +18,4 @@ %include ../ingredients/base-desktop-gnome.cfg # A desktop environment based on GNOME Shell %include ../ingredients/base-guest-agents.cfg # Guest agents -poweroff # Poweroff the system after a successfull installation \ No newline at end of file +poweroff # Shut down the system after a successful installation \ No newline at end of file diff --git a/recipes/dev-virtual-server.cfg b/recipes/dev-virtual-server.cfg index 545f8ae..b057b50 100644 --- a/recipes/dev-virtual-server.cfg +++ b/recipes/dev-virtual-server.cfg @@ -17,4 +17,4 @@ %include ../ingredients/dev-base.cfg # A base system %include ../ingredients/base-guest-agents.cfg # Guest agents -reboot --kexec # Reboot straight into the system after a successfull installation \ No newline at end of file +poweroff # Shut down the system after a successful installation \ No newline at end of file diff --git a/recipes/nano.cfg b/recipes/nano.cfg index 4eba878..ef5b293 100644 --- a/recipes/nano.cfg +++ b/recipes/nano.cfg @@ -16,4 +16,4 @@ %include ../ingredients/base-nano.cfg # A base system %include ../ingredients/base-initial-setup # Includes initial-setup so on first-boot a new user can be created -poweroff # Poweroff the system after a successfull installation \ No newline at end of file +poweroff # Shut down the system after a successful installation \ No newline at end of file diff --git a/recipes/server-hypervisor-amdcpu.cfg b/recipes/server-hypervisor-amdcpu.cfg index 44e4be7..26bf3aa 100644 --- a/recipes/server-hypervisor-amdcpu.cfg +++ b/recipes/server-hypervisor-amdcpu.cfg @@ -18,4 +18,4 @@ %include ../ingredients/base-hypervisor-amdcpu.cfg # Specific virtualization configuration for AMD (tm) CPUs %include ../ingredients/base-initial-setup.cfg # Includes initial-setup so on first-boot a new user can be created -poweroff # Poweroff the system after a successfull installation \ No newline at end of file +poweroff # Shut down the system after a successful installation \ No newline at end of file diff --git a/recipes/server-hypervisor-intelcpu-intelgpu.cfg b/recipes/server-hypervisor-intelcpu-intelgpu.cfg index e6827e4..43e0a00 100644 --- a/recipes/server-hypervisor-intelcpu-intelgpu.cfg +++ b/recipes/server-hypervisor-intelcpu-intelgpu.cfg @@ -19,4 +19,4 @@ %include ../ingredients/base-hypervisor-intelgpu.cfg # Specific virtualization configuration for Intel (tm) GPUs from 5th to the 9th generation (compatible with vfio-mdev). %include ../ingredients/base-initial-setup.cfg # Includes initial-setup so on first-boot a new user can be created -poweroff # Poweroff the system after a successfull installation \ No newline at end of file +poweroff # Shut down the system after a successful installation \ No newline at end of file diff --git a/recipes/server-hypervisor.cfg b/recipes/server-hypervisor.cfg index 013ca33..5d9e131 100644 --- a/recipes/server-hypervisor.cfg +++ b/recipes/server-hypervisor.cfg @@ -17,4 +17,4 @@ %include ../ingredients/base-hypervisor.cfg # A base hypervisor %include ../ingredients/base-initial-setup.cfg # Includes initial-setup so on first-boot a new user can be created -poweroff # Poweroff the system after a successfull installation \ No newline at end of file +poweroff # Shut down the system after a successful installation \ No newline at end of file diff --git a/recipes/server.cfg b/recipes/server.cfg index b0a2b1b..a705fdb 100644 --- a/recipes/server.cfg +++ b/recipes/server.cfg @@ -16,4 +16,4 @@ %include ../ingredients/base.cfg # A base system %include ../ingredients/base-initial-setup.cfg # Includes initial-setup so on first-boot a new user can be created -poweroff # Poweroff the system after a successfull installation \ No newline at end of file +poweroff # Shut down the system after a successful installation \ No newline at end of file diff --git a/recipes/virtual-desktop-hypervisor.cfg b/recipes/virtual-desktop-hypervisor.cfg index 1854070..781b3f4 100644 --- a/recipes/virtual-desktop-hypervisor.cfg +++ b/recipes/virtual-desktop-hypervisor.cfg @@ -20,4 +20,4 @@ %include ../ingredients/base-guest-agents.cfg # Guest agents %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 -poweroff # Poweroff the system after a successfull installation \ No newline at end of file +poweroff # Shut down the system after a successful installation \ No newline at end of file diff --git a/recipes/virtual-desktop.cfg b/recipes/virtual-desktop.cfg index cafb798..f35356f 100644 --- a/recipes/virtual-desktop.cfg +++ b/recipes/virtual-desktop.cfg @@ -18,4 +18,4 @@ %include ../ingredients/base-guest-agents.cfg # Guest agents %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 -poweroff # Poweroff the system after a successfull installation \ No newline at end of file +poweroff # Shut down the system after a successful installation \ No newline at end of file diff --git a/recipes/virtual-server-encrypted.cfg b/recipes/virtual-server-encrypted.cfg index e8af617..d5c8145 100644 --- a/recipes/virtual-server-encrypted.cfg +++ b/recipes/virtual-server-encrypted.cfg @@ -19,4 +19,4 @@ %include ../ingredients/base-guest-agents.cfg # Guest agents %include ../ingredients/base-initial-setup.cfg # Includes initial-setup so on first-boot a new user can be created -poweroff # Poweroff the system after a successfull installation +poweroff # Shut down the system after a successful installation \ No newline at end of file diff --git a/recipes/virtual-server.cfg b/recipes/virtual-server.cfg index 115de2e..4bc6a09 100644 --- a/recipes/virtual-server.cfg +++ b/recipes/virtual-server.cfg @@ -11,10 +11,10 @@ # Here is how you can do it with the ksflatten tool provided by the pykickstart package on Fedora : # ksflatten -c virtual-server.cfg -o ../dishes/virtual-server.cfg -%include ../ingredients/base-fedora-repo.cfg # offical repositories for Fedora -%include ../ingredients/base-storage.cfg # base storage +%include ../ingredients/base-fedora-repo.cfg # Offical repositories for Fedora +%include ../ingredients/base-storage.cfg # A base storage %include ../ingredients/base.cfg # A base system %include ../ingredients/base-guest-agents.cfg # Guest agents %include ../ingredients/base-initial-setup.cfg # Includes initial-setup so on first-boot a new user can be created -poweroff # Poweroff the system after a successfull installation \ No newline at end of file +poweroff # Shut down the system after a successful installation \ No newline at end of file