From 24326e10a26e9c6a4d44a7e118e23467907e0158 Mon Sep 17 00:00:00 2001 From: Lukas Date: Mon, 24 Jan 2022 20:03:15 +0100 Subject: [PATCH] poweroff instead of kexec --- recipes/dev-virtual-desktop.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes/dev-virtual-desktop.cfg b/recipes/dev-virtual-desktop.cfg index e5881b4..54c11d6 100644 --- a/recipes/dev-virtual-desktop.cfg +++ b/recipes/dev-virtual-desktop.cfg @@ -4,7 +4,7 @@ # / /_/ / / / / /_/ / / / /_/ / / / / / / __/ / /_/ /___/ / # / .___/_/ /_/\__, /_/_/\____/_/ /_/ /_/\___/ \____//____/ # /_/ /____/ - +# # FOR DEVELOPMENT ONLY! # What ? This kickstart file bootstraps a desktop machine using GNOME Shell meant to be used as a virtual machine. @@ -15,7 +15,7 @@ %include ../ingredients/base-fedora-repo.cfg # offical repositories for Fedora %include ../ingredients/base-storage.cfg # base storage %include ../ingredients/dev-base.cfg # A minimal machine -%include ../ingredients/base-desktop-gnome.cfg # A desktop environment +%include ../ingredients/base-desktop-gnome.cfg # A desktop environment based on GNOME Shell %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 # Poweroff the system after a successfull installation \ No newline at end of file