diff --git a/recipes/nano.cfg b/recipes/nano.cfg index cf4bc3b..4eba878 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 -reboot --kexec # Reboot straight into the system after a successfull installation \ No newline at end of file +poweroff # Poweroff the system after a successfull installation \ No newline at end of file diff --git a/recipes/server-hypervisor-amdcpu.cfg b/recipes/server-hypervisor-amdcpu.cfg index ab60a04..44e4be7 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 -reboot --kexec # Reboot straight into the system after a successfull installation \ No newline at end of file +poweroff # Poweroff the system after a successfull installation \ No newline at end of file diff --git a/recipes/server-hypervisor-intelcpu-intelgpu.cfg b/recipes/server-hypervisor-intelcpu-intelgpu.cfg index ca9b355..e6827e4 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 -reboot --kexec # Reboot straight into the system after a successfull installation +poweroff # Poweroff the system after a successfull installation \ No newline at end of file diff --git a/recipes/server-hypervisor.cfg b/recipes/server-hypervisor.cfg index e3ac588..013ca33 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 -reboot --kexec # Reboot straight into the system after a successfull installation +poweroff # Poweroff the system after a successfull installation \ No newline at end of file diff --git a/recipes/server.cfg b/recipes/server.cfg index 394cf3d..b0a2b1b 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 -reboot --kexec # Reboot straight into the system after a successfull installation +poweroff # Poweroff the system after a successfull installation \ No newline at end of file diff --git a/recipes/virtual-desktop-hypervisor.cfg b/recipes/virtual-desktop-hypervisor.cfg index 24321aa..1854070 100644 --- a/recipes/virtual-desktop-hypervisor.cfg +++ b/recipes/virtual-desktop-hypervisor.cfg @@ -18,6 +18,6 @@ %include ../ingredients/base-desktop-virtual-machine-manager.cfg # the virtual machine manager %include ../ingredients/base-hypervisor.cfg # A base hypervisor %include ../ingredients/base-guest-agents.cfg # Guest agents -%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 +poweroff # Poweroff the system after a successfull installation \ No newline at end of file diff --git a/recipes/virtual-desktop.cfg b/recipes/virtual-desktop.cfg index 7d40947..cafb798 100644 --- a/recipes/virtual-desktop.cfg +++ b/recipes/virtual-desktop.cfg @@ -16,6 +16,6 @@ %include ../ingredients/base.cfg # A minimal machine %include ../ingredients/base-desktop-gnome.cfg # A desktop environment %include ../ingredients/base-guest-agents.cfg # Guest agents -%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 +poweroff # Poweroff the system after a successfull installation \ No newline at end of file diff --git a/recipes/virtual-server-encrypted.cfg b/recipes/virtual-server-encrypted.cfg index 2acf7d4..e8af617 100644 --- a/recipes/virtual-server-encrypted.cfg +++ b/recipes/virtual-server-encrypted.cfg @@ -19,5 +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 -reboot --kexec # Reboot straight into the system after a successfull installation - +poweroff # Poweroff the system after a successfull installation diff --git a/recipes/virtual-server.cfg b/recipes/virtual-server.cfg index 4f06102..115de2e 100644 --- a/recipes/virtual-server.cfg +++ b/recipes/virtual-server.cfg @@ -17,4 +17,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 -reboot --kexec # Reboot straight into the system after a successfull installation \ No newline at end of file +poweroff # Poweroff the system after a successfull installation \ No newline at end of file