improve comments

add initial-setup
add reboot --kexec option
This commit is contained in:
lukas 2021-08-19 19:41:58 +02:00
parent a7d01ebfa2
commit ca900a34a1

View File

@ -16,4 +16,12 @@
# ksflatten -c dmd.cfg -o flat-dmd.cfg
%include bmd.cfg # A base system
%include bdmd.cfg # A desktop environment
%include bdmd.cfg # A desktop environment
reboot --kexec # Reboot straight into the system after a successfull installation
%packages --exclude-weakdeps # Beginning of the packages section. Do not include weak dependencies.
gnome-initial-setup # Add GNOME initial setup too. Does work.
%end # End of the %post section