From a7d01ebfa272a2ae50a5c23f78eee105d6683e61 Mon Sep 17 00:00:00 2001 From: Lukas Date: Thu, 19 Aug 2021 19:41:27 +0200 Subject: [PATCH] improve comments add initial-setup --- leaves/dhimd.cfg | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/leaves/dhimd.cfg b/leaves/dhimd.cfg index 9c320fc..72ba039 100644 --- a/leaves/dhimd.cfg +++ b/leaves/dhimd.cfg @@ -20,8 +20,9 @@ %include bhmd.cfg # A base hypervisor %include bhimd.cfg # Specific virtualization configuration for Intel(tm) CPU and Intel(tm) graphic cards -%packages --exclude-weakdeps +%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 +gnome-initial-setup # Add GNOME initial setup too to let user create local account. -%end \ No newline at end of file +%end # End of the packages section