Skip to content
Snippets Groups Projects
Commit 77cad4fd authored by Ariel D'Alessandro's avatar Ariel D'Alessandro
Browse files

README: Document available recipes

parent f19d66e1
No related branches found
No related tags found
No related merge requests found
......@@ -4,3 +4,27 @@ This repository contains Apertis recipes customized for Raspberry Pi.
Based on [Apertis Image Recipes](https://gitlab.apertis.org/infrastructure/apertis-image-recipes/)
official repository. Check it out for further documentation on Apertis recipes.
## Available recipes
### ospack-minimal.yaml
Build platform-independent minimal (headless system) ospack.
Based on [Apertis Image Recipes](https://gitlab.apertis.org/infrastructure/apertis-image-recipes/)
`ospack-minimal.yaml` original recipe.
Includes extra tools for development purposes, docker engine and docker-compose.
```
debos --scratchsize=10G ospack-minimal.yaml
```
### image-rpi64.yaml
Build platform-specific image for Raspberry Pi using a previously built ospack
(minimal by default).
```
debos --scratchsize=10G image-rpi64.yaml
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment