diff --git a/leaves/bdmd.cfg b/leaves/bdmd.cfg index 99eb94c..c984415 100644 --- a/leaves/bdmd.cfg +++ b/leaves/bdmd.cfg @@ -5,18 +5,19 @@ # / .___/_/ /_/\__, /_/_/\____/_/ /_/ /_/\___/ \____//____/ # /_/ /____/ -# What ? This kickstart file is a base for a minimal desktop-oriented machine. +# What ? This kickstart file provides a basic block to build a minimal, gnome-shell based (desktop-oriented), operating system. # '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. Although says --startx, it works as well with Wayland. -%packages --exclude-weakdeps # Beginning of the packages section. +%packages --exclude-weakdeps # Beginning of the packages section. Excludes weak package dependencies 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-shell -gnome-terminal +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 diff --git a/leaves/bhmd.cfg b/leaves/bhmd.cfg index e6b9c9a..09c6565 100644 --- a/leaves/bhmd.cfg +++ b/leaves/bhmd.cfg @@ -5,7 +5,7 @@ # / .___/_/ /_/\__, /_/_/\____/_/ /_/ /_/\___/ \____//____/ # /_/ /____/ -# What ? This kickstart file provides the base configuration for a hypervisor. +# What ? This kickstart file provides a basic block to build a hypervisor. # 'b' for basic building block, 'h' for hypervisor', 'm' for minimal, 'd' for development only. %packages --exclude-weakdeps # Beginning of the packages section. Do not include weak dependencies. diff --git a/leaves/blmd.cfg b/leaves/blmd.cfg index 03c19cf..b0736b8 100644 --- a/leaves/blmd.cfg +++ b/leaves/blmd.cfg @@ -5,7 +5,7 @@ # / .___/_/ /_/\__, /_/_/\____/_/ /_/ /_/\___/ \____//____/ # /_/ /____/ -# What ? This kickstart file provides a base for a minimal live machine based on Fedora 34. +# What ? This kickstart file provides a basic block to build a minimal, live, gnome-shell based (desktop-oriented), operating system. # 'b' for basic building block, 'l' for live, 'm' for minimal, 'd' for development only. # This kickstart file in particular would not have been possible without the hard work of the following people, diff --git a/leaves/bmd.cfg b/leaves/bmd.cfg index e84eb49..4636b58 100644 --- a/leaves/bmd.cfg +++ b/leaves/bmd.cfg @@ -5,7 +5,7 @@ # / .___/_/ /_/\__, /_/_/\____/_/ /_/ /_/\___/ \____//____/ # /_/ /____/ # -# What ? This kickstart file provides a base system based on Fedora 34. +# What ? This kickstart file provides a basic block to build a minimal operating system. # 'b' for basic building block, 'm' for minimal, 'd' for development only. # Know bug: Cannot resolve host name diff --git a/leaves/bnd.cfg b/leaves/bnd.cfg index a564c4c..27b0b5d 100644 --- a/leaves/bnd.cfg +++ b/leaves/bnd.cfg @@ -5,7 +5,7 @@ # / .___/_/ /_/\__, /_/_/\____/_/ /_/ /_/\___/ \____//____/ # /_/ /____/ -# What ? This kickstart file bootstraps a nano machine based on Fedora 34 server. +# What ? This kickstart file provides a basic block beyond the minimal operating system. # It tries to go beyond what the minimal machine offers. # 'b' for basic building block, 'n' for nano, 'd' for development only.