From 30b0a4fc351894f270bcddcb5547d0cf2b7a6a9d Mon Sep 17 00:00:00 2001 From: Yorick Barbanneau Date: Thu, 10 Jun 2021 23:42:35 +0200 Subject: [PATCH 1/2] Update README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 85f581f..19363e0 100644 --- a/README.md +++ b/README.md @@ -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 From ef0b7607fe73559d6515be3fd2525c5f70d0fef9 Mon Sep 17 00:00:00 2001 From: Yorick Barbanneau Date: Thu, 10 Jun 2021 23:56:56 +0200 Subject: [PATCH 2/2] Update help message --- src/make_userland.sh | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/make_userland.sh b/src/make_userland.sh index 964e2f9..f80dc96 100755 --- a/src/make_userland.sh +++ b/src/make_userland.sh @@ -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 -r -m +make_userland.sh -o -r -m - + -o directory tha contain our userlan system. a subdirectory with + the recipe name will be created. Default: \tmp -. + -r : recipe to apply, the name must be a subdorectory of the recipe\ + directory. Default: default + + -m : debian mirror where download packages. Default: ftp.debian.org EOF }