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