poweroff instead of kexec

This commit is contained in:
2022-01-24 20:01:53 +01:00
parent f89e73b38e
commit 93863761b1
9 changed files with 11 additions and 12 deletions

View File

@ -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
poweroff # Poweroff the system after a successfull installation