Compare commits

...

2 commits

Author SHA1 Message Date
ef0b7607fe Update help message 2021-06-10 23:56:56 +02:00
30b0a4fc35 Update README 2021-06-10 23:42:35 +02:00
2 changed files with 10 additions and 3 deletions

View file

@ -22,6 +22,9 @@ A recipe is a collection of scripts and attached files inside a subdirectory
of `recipes/`. Theses script are executed into a chroot of the destination
directory by `mmdebstrap` and use its hook system.
The default recipe try to reproduce the image created with the reforn image
creator by Lukas (see [here][[l_mnt_image] (minimal image only).
## Docker
You can find a Dockerfile and an entrypoint script to help you create userland

View file

@ -11,11 +11,15 @@ Create Debian userland filesystem for MNT Reform
This script create an userland system for the MNT Reform 2 laptop
USAGE:
make_userland.sh -t <target> -r <recipe> -m <mirror>
make_userland.sh -o <output> -r <recipe> -m <mirror>
<target>
-o <output> directory tha contain our userlan system. a subdirectory with
the recipe name will be created. Default: \tmp
<recipe>.
-r <recipe> : recipe to apply, the name must be a subdorectory of the recipe\
directory. Default: default
-m <mirror> : debian mirror where download packages. Default: ftp.debian.org
EOF
}