From ca900a34a1710e641f1acf210e1758c2ddd84c44 Mon Sep 17 00:00:00 2001 From: Lukas Date: Thu, 19 Aug 2021 19:41:58 +0200 Subject: [PATCH] improve comments add initial-setup add reboot --kexec option --- leaves/dmd.cfg | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/leaves/dmd.cfg b/leaves/dmd.cfg index 77246f5..4a2710e 100644 --- a/leaves/dmd.cfg +++ b/leaves/dmd.cfg @@ -16,4 +16,12 @@ # ksflatten -c dmd.cfg -o flat-dmd.cfg %include bmd.cfg # A base system -%include bdmd.cfg # A desktop environment \ No newline at end of file +%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 \ No newline at end of file