docs: full simple customization section

This commit is contained in:
ER
2023-04-03 17:20:50 +03:00
parent 0f457747ad
commit 2e1499b332

View File

@@ -14,7 +14,11 @@ Don't worry, it only requires some basic knowledge about using the terminal and
## Customization ## Customization
The easiest way to start customizing is by looking at and modifying `recipe.yml`. The easiest way to start customizing is by looking at and modifying `recipe.yml`. It's documented using comments and should be pretty easy to understand.
For the base-container field, you can use any other native container image. You will get all the features of that image, plus the ones added here! Check out the [uBlue images list](https://ublue.it/images/) to decide what to use!
If you want to add custom configuration files, you can just add them in the `etc` directory. If you need to add other directories, you can look at the Containerfile to see how it's done. Writing to any directories under `/var` in Fedora Silverblue are not supported and will not work, as those are user-managed.
## Installation ## Installation