From fee6d59831d1b5b18c327b84e088b55cf1a88062 Mon Sep 17 00:00:00 2001 From: Lukas Greve Date: Mon, 19 May 2025 19:55:09 +0200 Subject: [PATCH] move explanation of list of ingredients into the README --- recipes/_list-of-ingredients.cfg | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/recipes/_list-of-ingredients.cfg b/recipes/_list-of-ingredients.cfg index 7ed16ff..d6df9dc 100644 --- a/recipes/_list-of-ingredients.cfg +++ b/recipes/_list-of-ingredients.cfg @@ -7,19 +7,6 @@ # The list of ingredients for composing Phyllome OS # Uncomment lines with "%include" to enable ingredient -Each ingredient represents a feature or a set of integrated features, such as a specific Desktop Environment or a storage configuration. - - Ingredients prefixed with live such as live-core.cfg are to be used with live editions only - - *core* ingredients are meant be used in all their respective recipes, *base* ingredients, recommended but optional, and extra, extra stuff (sic) - -`cat ingredients/core-storage.cfg` - -``` -[...] -part /boot/efi --fstype="efi" --size=128 --fsoptions="umask=0077,shortname=winnt" --label=efi # Will create an EFI system partitition of 128 MiB (vda1) -part /boot --fstype="ext4" --size=512 --label=boot # Create a boot partition of 512 MiB using the ext4 filesystem (vda2) -part / --fstype="ext4" --grow --label=root # The remaining space will be used for root (vda3) -``` - # Installation method # Exactly one option has to be picked @@ -76,7 +63,7 @@ part / --fstype="ext4" --grow --label=root # The remaining space will be used fo # Documentation: https://pykickstart.readthedocs.io/en/latest/kickstart-docs.html#chapter-9-package-selection # Pre- and post-installation sections -# Optional +# Optional # All options can be picked # %include ../ingredients/pre.cfg # Triggered just after the kickstart file has been parsed # Documentation: https://pykickstart.readthedocs.io/en/latest/kickstart-docs.html#chapter-4-pre-installation-script @@ -95,7 +82,7 @@ part / --fstype="ext4" --grow --label=root # The remaining space will be used fo # %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 -# A GNOME Shell-based desktop environment. +# A GNOME Shell-based desktop environment # Optional # %include ../ingredients/base-desktop-gnome.cfg # A GNOME Shell-based desktop environment # Documentation: https://fedoraproject.org/wiki/InitialSetup