cleaning the files, removing most references to Fedora, before comprehensive testing

This commit is contained in:
2021-08-18 15:01:51 +02:00
parent 4485e50f5e
commit a0c7208c3f
15 changed files with 56 additions and 85 deletions

View File

@ -5,10 +5,10 @@
# / .___/_/ /_/\__, /_/_/\____/_/ /_/ /_/\___/ \____//____/
# /_/ /____/
# What ? This kickstart file is a base for a minimal GNOME-based desktop-oriented machine.
# What ? This kickstart file is a base for a minimal desktop-oriented machine.
# 'b' for basic building block, 'd' for desktop, 'm' for minimal, 'd' for development only.
# xconfig --startxonboot --defaultdesktop=GNOME # Start GNOME on boot. Althought it says X, it works as well with Wayland
xconfig --startxonboot --defaultdesktop=GNOME # Start GNOME on boot. Althought it says X, it works as well with Wayland
# firstboot --enable --reconfig # Initial Setup will start after the first reboot
%packages --excludedocs # Beginning of the post-installation section
@ -23,4 +23,11 @@ gnome-terminal
-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
%end
%post
# set new background
gsettings set org.gnome.desktop.background picture-uri file:///usr/share/backgrounds/elementary/'Morskie Oko.jpg'
%end