move explanation of list of ingredients into the README
This commit is contained in:
parent
add9bd8a09
commit
fee6d59831
@ -7,19 +7,6 @@
|
|||||||
|
|
||||||
# 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
|
||||||
@ -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
|
# Documentation: https://pykickstart.readthedocs.io/en/latest/kickstart-docs.html#chapter-9-package-selection
|
||||||
|
|
||||||
# Pre- and post-installation sections
|
# Pre- and post-installation sections
|
||||||
# Optional
|
# Optional
|
||||||
# All options can be picked
|
# All 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
|
||||||
# Documentation: https://pykickstart.readthedocs.io/en/latest/kickstart-docs.html#chapter-4-pre-installation-script
|
# 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-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.
|
# A GNOME Shell-based desktop environment
|
||||||
# Optional
|
# Optional
|
||||||
# %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
|
# Documentation: https://fedoraproject.org/wiki/InitialSetup
|
||||||
|
Loading…
x
Reference in New Issue
Block a user