From 948b36fe316caabf7c84d221288b0587897f2f8d Mon Sep 17 00:00:00 2001 From: levasseur Date: Fri, 26 Nov 2021 11:13:55 +0100 Subject: [PATCH] munual merge for README.md --- README.md | 50 ++++++++++++++++++++++++++------------------------ 1 file changed, 26 insertions(+), 24 deletions(-) diff --git a/README.md b/README.md index 1054cf0..74e1fb2 100644 --- a/README.md +++ b/README.md @@ -283,31 +283,31 @@ details. The following table is giving a list of error code with explanation: -| Code | Meaning | -|:----------|:---------------------------------------| -| 0 | No error | -| 1 | Command line syntax error | -| 2 | Misuse of Bash built-in | -| 3 | Missing library file or function | -| 4 | No root rights | -| 5 | Malformed module list | -| 6 | Unable to find configuration | -| 7 | Misuse of script internal function | -| 8 | Can't determine OS type or version | -| 9 | Unsatisfied dependency | -| 10 | File missing or empty | -| 11 | Bad function call | -| 12 | Error copying files | -| 13 | Bad target file system | -| 14 | Impossible to chroot | +| Code | Meaning | +|:----------|:------------------------------------------------------------| +| 0 | No error | +| 1 | Command line syntax error | +| 2 | Misuse of Bash built-in | +| 3 | Missing library file or function | +| 4 | No root rights | +| 5 | Malformed module list | +| 6 | Unable to find configuration | +| 7 | Misuse of script internal function | +| 8 | Can't determine OS type or version | +| 9 | Unsatisfied dependency | +| 10 | File missing or empty | +| 11 | Bad function call | +| 12 | Error copying files | +| 13 | Bad target file system | +| 14 | Impossible to chroot | | 15 | Bad chrooted installation, destination OS needs to be fixed | | 16 | Invalid options provided with cron mode activated | -| 50..100 | Error in module execution | -| 126 | Command exists but is not executable | -| 127 | Command not found | -| 128 | Abortion due to external cause | -| 150..200 | Error in module checks | -| 255 | Exit status out of range | +| 50..100 | Error in module execution | +| 126 | Command exists but is not executable | +| 127 | Command not found | +| 128 | Abortion due to external cause | +| 150..200 | Error in module checks | +| 255 | Exit status out of range | Additionally to exit codes, the script will try to produce a call stack to help you in the debugging process. If you find a bug outside modules or in the basic @@ -333,6 +333,8 @@ whatever the evolutions of init.sh will be. Everything except configuration files are licensed under BSD-3 license. Please check license file. -Please check [https://www.geoffray-levasseur.org/init](https://www.geoffray-levasseur.org/init) +Please check [https://www.geoffray-levasseur.org/init](https://www.geoffray-levasseur.org/init). +Please note that this website is still under construction and needs some more +care. You can mail author to fatalerrors \ geoffray-levasseur \ org