comment-out post section

This commit is contained in:
lukas 2021-09-11 11:47:19 +02:00
parent 44b3ebdc23
commit 839e1c10a8

View File

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