no chroot for post

This commit is contained in:
lukas 2021-08-19 15:06:04 +02:00
parent 78bca3f334
commit 0c13e999a2

View File

@ -23,9 +23,9 @@ nano # Minimal GNOME shell or desktop environment plus the nano text editor
%end
%post
%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'
%end
%end # End of the %post section