diff --git a/leaves/bdmd.cfg b/leaves/bdmd.cfg index 1a8e367..bc50294 100644 --- a/leaves/bdmd.cfg +++ b/leaves/bdmd.cfg @@ -10,12 +10,11 @@ xconfig --startxonboot --defaultdesktop=GNOME # Start GNOME on boot. Althought it says X, it works as well with Wayland -%packages # Beginning of the post-installation section +%packages --exclude-weakdeps # Beginning of the packages section. dejavu-sans-mono-fonts # the gnome-shell package doesn't include much fonts by default, resulting in weird spacings in the gnome-terminal. 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-initial-setup # Add GNOME initial setup too. Does work. gnome-shell gnome-terminal -gnome-tour # We don't want GNOME-tour to open at launch so we delete it @@ -26,6 +25,6 @@ nano # Minimal GNOME shell or desktop environment plus the nano text editor %post --nochroot # 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:///usr/share/backgrounds/elementary/'Morskie Oko.jpg' +gsettings set org.gnome.desktop.background picture-uri file:///usr/share/backgrounds/elementary/'Morskie Oko.jpg' %end # End of the %post section \ No newline at end of file