From bb583e20f87798bef8cff7ce735fa9e7ae4e0bcb Mon Sep 17 00:00:00 2001 From: luz Date: Mon, 12 May 2025 10:56:43 -0500 Subject: [PATCH] updated list of ingredients --- ...t-of-ingredients.ks => _list-of-ingredients.cfg} | 13 +++++++++++++ 1 file changed, 13 insertions(+) rename recipes/{_list-of-ingredients.ks => _list-of-ingredients.cfg} (86%) diff --git a/recipes/_list-of-ingredients.ks b/recipes/_list-of-ingredients.cfg similarity index 86% rename from recipes/_list-of-ingredients.ks rename to recipes/_list-of-ingredients.cfg index f562790..7ed16ff 100644 --- a/recipes/_list-of-ingredients.ks +++ b/recipes/_list-of-ingredients.cfg @@ -7,6 +7,19 @@ # 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