updated list of ingredients

This commit is contained in:
luz 2025-05-12 10:56:43 -05:00
parent ba54075f34
commit bb583e20f8

View File

@ -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