From 6787ab2bffa26af875414d0d2f61ab4ed935f704 Mon Sep 17 00:00:00 2001 From: Lukas Date: Thu, 27 Jan 2022 10:02:22 +0100 Subject: [PATCH] fixes in comment section --- ingredients/base-desktop-gnome.cfg | 2 +- ingredients/base-development.cfg | 2 +- ingredients/base-hypervisor.cfg | 14 +++++++------- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/ingredients/base-desktop-gnome.cfg b/ingredients/base-desktop-gnome.cfg index 209f0b6..ab32c4b 100644 --- a/ingredients/base-desktop-gnome.cfg +++ b/ingredients/base-desktop-gnome.cfg @@ -17,7 +17,7 @@ gnome-terminal # install the default terminal for GNOME Shell mesa-dri-drivers # add mesa drivers otherwise there is a blank screen when first booting a desktop-based kickstart without virtualization tools dejavu-sans-mono-fonts # the gnome-shell package doesn't include much fonts by default, resulting in weird spacings in GNOME Terminal. GNOME Terminal unfortunately doesn't automatically pick this font elementary-wallpapers-gnome.noarch # Gorgeous wallpapers from the elementary OS project -wpa_supplicant # WPA Supplicant for Linux. It is not packaged by default in gnome-shell, but necessary to configure wireless networks using the Network Manager +wpa_supplicant # WPA Supplicant for Linux. It is not packaged by default in GNOME Shell, but necessary to configure wireless networks using the Network Manager nano # The nano text editor %end diff --git a/ingredients/base-development.cfg b/ingredients/base-development.cfg index 71b100c..96a55d5 100644 --- a/ingredients/base-development.cfg +++ b/ingredients/base-development.cfg @@ -5,7 +5,7 @@ # / .___/_/ /_/\__, /_/_/\____/_/ /_/ /_/\___/ \____//____/ # /_/ /____/ -# What ? This kickstart file provides software needed to develop Phyllome OS. +# What ? This kickstart file provides software needed to develop Phyllome OS and create an ISO file. %packages # Beginning of the packages section. diff --git a/ingredients/base-hypervisor.cfg b/ingredients/base-hypervisor.cfg index b6bb59d..e5e8153 100644 --- a/ingredients/base-hypervisor.cfg +++ b/ingredients/base-hypervisor.cfg @@ -7,7 +7,7 @@ # What ? This kickstart file provides a basic, generic building block to build a virtualization host. -services --enabled="NetworkManager,libvirtd" # Without libvirtd here, it appears it won't automatically start +services --enabled="NetworkManager,libvirtd" # Without libvirtd here, it appears the service won't automatically start %packages --exclude-weakdeps # Beginning of the packages section. Does not include weak dependencies. @@ -40,16 +40,16 @@ wget https://raw.githubusercontent.com/PhyllomeOS/phyllomeos/main/post-first-sta chmod +x /mnt/sysimage/usr/local/bin/create-generic-vm-virtio-spice.sh # fetch custom script and make it executable -wget https://raw.githubusercontent.com/PhyllomeOS/phyllomeos/main/post-first-startup-scripts/deploy-minimal-server_1vCPU_2GB-RAM_5GB-disk.sh -P /mnt/sysimage/usr/local/bin/ -chmod +x /mnt/sysimage/usr/local/bin/deploy-minimal-server_1vCPU_2GB-RAM_5GB-disk.sh +wget https://raw.githubusercontent.com/PhyllomeOS/phyllomeos/main/post-first-startup-scripts/deploy-minimal-server.sh -P /mnt/sysimage/usr/local/bin/ +chmod +x /mnt/sysimage/usr/local/bin/deploy-minimal-server.sh # fetch custom script and make it executable -wget https://raw.githubusercontent.com/PhyllomeOS/phyllomeos/main/post-first-startup-scripts/deploy-minimal-workstation_2vCPU_4GB-RAM_10GB-disk.sh -P /mnt/sysimage/usr/local/bin/ -chmod +x /mnt/sysimage/usr/local/bin/deploy-minimal-workstation_2vCPU_4GB-RAM_10GB-disk.sh +wget https://raw.githubusercontent.com/PhyllomeOS/phyllomeos/main/post-first-startup-scripts/deploy-minimal-workstation.sh -P /mnt/sysimage/usr/local/bin/ +chmod +x /mnt/sysimage/usr/local/bin/deploy-minimal-workstation.sh # fetch custom script and make it executable -wget https://raw.githubusercontent.com/PhyllomeOS/phyllomeos/main/post-first-startup-scripts/deploy-phyllome-desktop_4vCPU_8GB-RAM_20GB-disk.sh -P /mnt/sysimage/usr/local/bin/ -chmod +x /mnt/sysimage/usr/local/bin/deploy-phyllome-desktop_4vCPU_8GB-RAM_20GB-disk.sh +wget https://raw.githubusercontent.com/PhyllomeOS/phyllomeos/main/post-first-startup-scripts/deploy-phyllome-desktop.sh -P /mnt/sysimage/usr/local/bin/ +chmod +x /mnt/sysimage/usr/local/bin/deploy-phyllome-desktop.sh # fetch custom script and make it executable wget https://raw.githubusercontent.com/PhyllomeOS/phyllomeos/main/post-first-startup-scripts/virtualization-tweaks-root-needed.sh -P /mnt/sysimage/usr/local/bin/