improve comments
This commit is contained in:
parent
153303db5e
commit
d9d11d1e6f
@ -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.
|
# '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.
|
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
|
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.
|
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-shell # the GNOME-3 desktop environment, without any presintalled applications
|
||||||
gnome-terminal
|
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
|
-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
|
nano # Minimal GNOME shell or desktop environment plus the nano text editor
|
||||||
|
|
||||||
|
@ -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.
|
# '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.
|
%packages --exclude-weakdeps # Beginning of the packages section. Do not include weak dependencies.
|
||||||
|
@ -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.
|
# '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,
|
# This kickstart file in particular would not have been possible without the hard work of the following people,
|
||||||
|
@ -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.
|
# 'b' for basic building block, 'm' for minimal, 'd' for development only.
|
||||||
|
|
||||||
# Know bug: Cannot resolve host name
|
# Know bug: Cannot resolve host name
|
||||||
|
@ -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.
|
# It tries to go beyond what the minimal machine offers.
|
||||||
# 'b' for basic building block, 'n' for nano, 'd' for development only.
|
# 'b' for basic building block, 'n' for nano, 'd' for development only.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user