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

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