add more information in the list of ingredients

This commit is contained in:
luz 2025-05-05 15:43:54 -05:00
parent 2ab76eaace
commit 46c55c8bed

View File

@ -5,31 +5,50 @@
# / .___/_/ /_/\__, /_/_/\____/_/ /_/ /_/\___/ \____//____/ # / .___/_/ /_/\__, /_/_/\____/_/ /_/ /_/\___/ \____//____/
# /_/ /____/ # /_/ /____/
# A list of ingredients to pick from to compose your operating system artifact # The list of ingredients for composing Phyllome OS
# Uncomment to enable option
# Installation method. Exactly one option has to be picked # Installation method
# Exactly one option has to be picked
# %include ../ingredients/core.cfg # Text mode # %include ../ingredients/core.cfg # Text mode
# %include ../ingredients/live-core.cfg # For live systems only # %include ../ingredients/live-core.cfg # For live systems only
# Documentation: https://pykickstart.readthedocs.io/en/latest/kickstart-docs.html#graphical-or-text-or-cmdline
# Storage configuration. Exactly one option has to be picked # Storage configuration
# %include ../ingredients/core-storage.cfg # ext4-based storage configuration # Exactly one option has to be picked
# WARNING !!! Will erase local disks!
# %include ../ingredients/core-storage.cfg # Basic ext4 partition layout for UEFI-based systems
# %include ../ingredients/live-core-storage.cfg # For live systems only # %include ../ingredients/live-core-storage.cfg # For live systems only
# Documentation: https://pykickstart.readthedocs.io/en/latest/kickstart-docs.html#part-or-partition
# Booloader. Exactly one option has to be picked # Booloader configuration
# %include ../ingredients/core-bootloader-grub.cfg # GNU GRUB # Exactly one option has to be picked
# %include ../ingredients/core-bootloader-systemd-boot.cfg # systemd-boot # %include ../ingredients/core-bootloader-grub.cfg # GNU GRUB bootloader
# %include ../ingredients/core-bootloader-systemd-boot.cfg # systemd-boot, an EFI-only bootloader
# %include ../ingredients/live-core-bootloader-grub.cfg # GNU GRUB for live systems # %include ../ingredients/live-core-bootloader-grub.cfg # GNU GRUB for live systems
# Documentation: https://pykickstart.readthedocs.io/en/latest/kickstart-docs.html#bootloader
# System locale. Exactly one option has to be picked # System locale configuration
# %include ../ingredients/core-locale.cfg # System locale set to Swiss French as keyboard layout and English as language # Exactly one option has to be picked
# %include ../ingredients/core-locale.cfg # System locale sets to Swiss French as keyboard layout and English as language. Timezone is also set. Can be changed during by end-user during first boot
# Security mode. Exactly one option has to be picked # Security mode
# %include ../ingredients/core-security-off.cfg # Lock root account, disable firewall and SELinux # Exactly one option has to be picked
# %include ../ingredients/core-security-on.cfg # Lock root account, enable firewall and SELinux # %include ../ingredients/core-security-off.cfg # Sets security to low
# %include ../ingredients/core-security-on.cfg # Sets security to medium
# System services and networking. The two choices are required # System services
# %include ../ingredients/core-services.cfg # Required systemd services # Optional
# %include ../ingredients/core-services.cfg # List of systemd services that are explicitly enabled
# Network configuration
# %include ../ingredients/core-network.cfg # Network configuration # %include ../ingredients/core-network.cfg # Network configuration
# Documentation: https://pykickstart.readthedocs.io/en/latest/kickstart-docs.html#id123
# Repositories
# Exactly one option has to be picked
# %include ../ingredients/core-fedora-repo.cfg # Offical repositories for Fedora
# %include ../ingredients/core-fedora-repo-rawhide.cfg # Offical repositories for Fedora Rawhide
### Package selection ### ### Package selection ###
# Mandatory packages. Exactly one option has to be picked # Mandatory packages. Exactly one option has to be picked
@ -48,10 +67,6 @@
# %include ../ingredients/core-packages-hardware-support.cfg # Extended hardware support # %include ../ingredients/core-packages-hardware-support.cfg # Extended hardware support
### End of Package selection ### ### End of Package selection ###
# Repositories. Exactly one option has to be picked
# %include ../ingredients/core-fedora-repo.cfg # Offical repositories for Fedora
# %include ../ingredients/core-fedora-repo-rawhide.cfg # Offical repositories for Fedora Rawhide
### Pre and post section ### ### Pre and post section ###
# Scripts launched before the installation. Optionnal. Two options can be picked # Scripts launched before the installation. Optionnal. Two options can be picked
# %include ../ingredients/pre.cfg # Triggered just after the kickstart file has been parsed # %include ../ingredients/pre.cfg # Triggered just after the kickstart file has been parsed
@ -64,18 +79,23 @@
### End of pre and post section ### ### End of pre and post section ###
### Pre and post section ### ### Pre and post section ###
# OEM setup. Exactly one option has to be picked # OEM setup
# %include ../ingredients/core-desktop-initial-setup.cfg # For GNOME Shell # Exactly one option has to be picked
# %include ../ingredients/core-desktop-initial-setup.cfg # Ensures that GNOME initial setup will launch on the first system start-up
# %include ../ingredients/core-server-initial-setup.cfg # For headless systems # %include ../ingredients/core-server-initial-setup.cfg # For headless systems
# A GNOME Shell-based desktop environment. Optionnal # A GNOME Shell-based desktop environment.
# Optionnal
# %include ../ingredients/base-desktop-gnome.cfg # A GNOME Shell-based desktop environment # %include ../ingredients/base-desktop-gnome.cfg # A GNOME Shell-based desktop environment
# Documentation: https://fedoraproject.org/wiki/InitialSetup
# Virtualization-related packages. Optionnal # Virtualization-related packages
# Optionnal
# %include ../ingredients/base-desktop-virtual-machine-manager.cfg # Virtual Machine Manager # %include ../ingredients/base-desktop-virtual-machine-manager.cfg # Virtual Machine Manager
# %include ../ingredients/base-hypervisor.cfg # Base hypervisor # %include ../ingredients/base-hypervisor.cfg # Base hypervisor
# Virtualization-related options. Optionnal # Virtualization-related options
# Optionnal
# %include ../ingredients/base-hypervisor-amdcpu.cfg # Virtualization configuration for AMD (tm) CPUs # %include ../ingredients/base-hypervisor-amdcpu.cfg # Virtualization configuration for AMD (tm) CPUs
# %include ../ingredients/base-hypervisor-intelcpu.cfg # Virtualization configuration for Intel (tm) CPUs # %include ../ingredients/base-hypervisor-intelcpu.cfg # Virtualization configuration for Intel (tm) CPUs
# %include ../ingredients/base-hypervisor-intelgpu.cfg # Virtualization configuration for Intel (tm) GPUs from 4th to the 9th generation (compatible with vfio-mdev) # %include ../ingredients/base-hypervisor-intelgpu.cfg # Virtualization configuration for Intel (tm) GPUs from 4th to the 9th generation (compatible with vfio-mdev)