From 1ec81597baec924086e103c6a54d795033942e6c Mon Sep 17 00:00:00 2001 From: lukas Date: Sun, 21 May 2023 18:02:09 +0200 Subject: [PATCH] Refactor the README to make it easier to follow --- ingredients/template.cfg | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 ingredients/template.cfg diff --git a/ingredients/template.cfg b/ingredients/template.cfg new file mode 100644 index 0000000..386c02e --- /dev/null +++ b/ingredients/template.cfg @@ -0,0 +1,25 @@ +# __ ____ ____ _____ +# ____ / /_ __ __/ / /___ ____ ___ ___ / __ \/ ___/ +# / __ \/ __ \/ / / / / / __ \/ __ `__ \/ _ \ / / / /\__ \ +# / /_/ / / / / /_/ / / / /_/ / / / / / / __/ / /_/ /___/ / +# / .___/_/ /_/\__, /_/_/\____/_/ /_/ /_/\___/ \____//____/ +# /_/ /____/ + +# What ? This partial kickstart file provides a template one can use to further extend an installation + +# %packages --exclude-weakdeps # Beginning of the packages section. Excludes weak package dependencies +# Any software in the official Fedora repository can be added [here](https://packages.fedoraproject.org/). + +# gnome-shell # the version 3 of the GNOME desktop environment, without any presintalled applications + +# %end + +# %post --nochroot --log=/mnt/sysimage/opt/base-desktop-gnome.log # Beginning of %post section. Those commands are executed outside the chroot environment. +# Use this section to further extend the system + +# cat >> /mnt/sysimage/usr/share/glib-2.0/schemas/org.gnome.desktop.background.gschema.override<< EOF +# [org.gnome.desktop.background] +# picture-uri='file:///usr/share/backgrounds/elementary/Morskie Oko.jpg' +# EOF + +# %end # End of the %post section \ No newline at end of file