move the gnome-initial-setup elsewhere

This commit is contained in:
lukas 2021-08-19 19:37:42 +02:00
parent 39ceb80440
commit bc114380c6

View File

@ -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