diff --git a/leaves/dhmd.cfg b/leaves/dhmd.cfg index 8adcf02..5b2e719 100644 --- a/leaves/dhmd.cfg +++ b/leaves/dhmd.cfg @@ -19,6 +19,8 @@ %include bdmd.cfg # A desktop environment %include bhmd.cfg # A base hypervisor +reboot --kexec # Reboot straight into the system after a successfull installation + %packages --exclude-weakdeps # Beginning of the packages section. Do not include weak dependencies. virt-manager # Install virt-manager, the graphical front-end for QEMU/KVM @@ -26,7 +28,7 @@ gnome-initial-setup # Add GNOME initial setup too to let user create local accou %end # End of the packages section -%post --nochroot # Beginning of %post section. Those commands are executed outside the chroot environment +%post --nochroot --log=/mnt/sysimage/root/ks-post.log # Beginning of %post section. Those commands are executed outside the chroot environment. Add logging. # Create a file to autostart virt-manager cat > /etc/xdg/autostart/virt-manager.desktop << EOF