munual merge for README.md

This commit is contained in:
levasseur
2021-11-26 11:13:55 +01:00
parent e9c5cea0f3
commit 948b36fe31

View File

@@ -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 \<at\> geoffray-levasseur \<dot\> org