diff --git a/leaves/bdmd.cfg b/leaves/bdmd.cfg index c984415..e65e321 100644 --- a/leaves/bdmd.cfg +++ b/leaves/bdmd.cfg @@ -17,15 +17,12 @@ elementary-wallpapers-gnome.noarch # Gorgeous wallpapers wpa_supplicant # WPA Supplicant for Linux. Not integrated by default in gnome-shell, but necessary to configure wireless networks through the Network Manager. gnome-shell # the GNOME-3 desktop environment, without any presintalled applications gnome-terminal # add the default terminal for gnome-shelle -virt-manager # install virt-manager to interact with remote hypervisor, without KVM/QEMU -gnome-tour # We don't want GNOME-tour to open at launch so we delete it nano # Minimal GNOME shell or desktop environment plus the nano text editor +virt-manager # install virt-manager to interact with remote or local hypervisors, without including KVM/QEMU %end -%post --nochroot --log=/mnt/sysimage/root/bdmd.log # Beginning of %post section. Those commands are executed outside the chroot environment - -# set new default background (doesn't work. Would have to call a script on first boot or something) -# gsettings set org.gnome.desktop.background picture-uri file://mnt/sysimage/usr/share/backgrounds/elementary/default - -%end # End of the %post section \ No newline at end of file +# %post --nochroot --log=/mnt/sysimage/root/bdmd.log # Beginning of %post section. Those commands are executed outside the chroot environment +# +# %end # End of the %post section \ No newline at end of file