updated list of ingredients
This commit is contained in:
parent
ba54075f34
commit
bb583e20f8
@ -7,6 +7,19 @@
|
|||||||
|
|
||||||
# The list of ingredients for composing Phyllome OS
|
# The list of ingredients for composing Phyllome OS
|
||||||
# Uncomment lines with "%include" to enable ingredient
|
# 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
|
# Installation method
|
||||||
# Exactly one option has to be picked
|
# Exactly one option has to be picked
|
Loading…
x
Reference in New Issue
Block a user