mirror of
https://github.com/PhyllomeOS/phyllomeos.git
synced 2024-11-05 04:01:10 +00:00
fixes in comment section
This commit is contained in:
parent
39fd963f30
commit
6787ab2bff
@ -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
|
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
|
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
|
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
|
nano # The nano text editor
|
||||||
|
|
||||||
%end
|
%end
|
||||||
|
@ -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.
|
%packages # Beginning of the packages section.
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
# What ? This kickstart file provides a basic, generic building block to build a virtualization host.
|
# 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.
|
%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
|
chmod +x /mnt/sysimage/usr/local/bin/create-generic-vm-virtio-spice.sh
|
||||||
|
|
||||||
# fetch custom script and make it executable
|
# 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/
|
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_1vCPU_2GB-RAM_5GB-disk.sh
|
chmod +x /mnt/sysimage/usr/local/bin/deploy-minimal-server.sh
|
||||||
|
|
||||||
# fetch custom script and make it executable
|
# 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/
|
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_2vCPU_4GB-RAM_10GB-disk.sh
|
chmod +x /mnt/sysimage/usr/local/bin/deploy-minimal-workstation.sh
|
||||||
|
|
||||||
# fetch custom script and make it executable
|
# 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/
|
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_4vCPU_8GB-RAM_20GB-disk.sh
|
chmod +x /mnt/sysimage/usr/local/bin/deploy-phyllome-desktop.sh
|
||||||
|
|
||||||
# fetch custom script and make it executable
|
# 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/
|
wget https://raw.githubusercontent.com/PhyllomeOS/phyllomeos/main/post-first-startup-scripts/virtualization-tweaks-root-needed.sh -P /mnt/sysimage/usr/local/bin/
|
||||||
|
Loading…
Reference in New Issue
Block a user