Compare commits

..

No commits in common. "ef0b7607fe73559d6515be3fd2525c5f70d0fef9" and "068e48799627d506c41c3f523267111728641384" have entirely different histories.

2 changed files with 3 additions and 10 deletions

View file

@ -22,9 +22,6 @@ 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 of `recipes/`. Theses script are executed into a chroot of the destination
directory by `mmdebstrap` and use its hook system. 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 ## Docker
You can find a Dockerfile and an entrypoint script to help you create userland You can find a Dockerfile and an entrypoint script to help you create userland

View file

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