Poweroff instead of kexec

This commit is contained in:
2022-01-24 20:10:40 +01:00
parent 8095b269d7
commit e12f5dd72b
16 changed files with 18 additions and 18 deletions

View File

@ -11,10 +11,10 @@
# Here is how you can do it with the ksflatten tool provided by the pykickstart package on Fedora :
# ksflatten -c virtual-server.cfg -o ../dishes/virtual-server.cfg
%include ../ingredients/base-fedora-repo.cfg # offical repositories for Fedora
%include ../ingredients/base-storage.cfg # base storage
%include ../ingredients/base-fedora-repo.cfg # Offical repositories for Fedora
%include ../ingredients/base-storage.cfg # A base storage
%include ../ingredients/base.cfg # A base system
%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
poweroff # Poweroff the system after a successfull installation
poweroff # Shut down the system after a successful installation