munual merge for README.md
This commit is contained in:
50
README.md
50
README.md
@@ -283,31 +283,31 @@ details.
|
|||||||
|
|
||||||
The following table is giving a list of error code with explanation:
|
The following table is giving a list of error code with explanation:
|
||||||
|
|
||||||
| Code | Meaning |
|
| Code | Meaning |
|
||||||
|:----------|:---------------------------------------|
|
|:----------|:------------------------------------------------------------|
|
||||||
| 0 | No error |
|
| 0 | No error |
|
||||||
| 1 | Command line syntax error |
|
| 1 | Command line syntax error |
|
||||||
| 2 | Misuse of Bash built-in |
|
| 2 | Misuse of Bash built-in |
|
||||||
| 3 | Missing library file or function |
|
| 3 | Missing library file or function |
|
||||||
| 4 | No root rights |
|
| 4 | No root rights |
|
||||||
| 5 | Malformed module list |
|
| 5 | Malformed module list |
|
||||||
| 6 | Unable to find configuration |
|
| 6 | Unable to find configuration |
|
||||||
| 7 | Misuse of script internal function |
|
| 7 | Misuse of script internal function |
|
||||||
| 8 | Can't determine OS type or version |
|
| 8 | Can't determine OS type or version |
|
||||||
| 9 | Unsatisfied dependency |
|
| 9 | Unsatisfied dependency |
|
||||||
| 10 | File missing or empty |
|
| 10 | File missing or empty |
|
||||||
| 11 | Bad function call |
|
| 11 | Bad function call |
|
||||||
| 12 | Error copying files |
|
| 12 | Error copying files |
|
||||||
| 13 | Bad target file system |
|
| 13 | Bad target file system |
|
||||||
| 14 | Impossible to chroot |
|
| 14 | Impossible to chroot |
|
||||||
| 15 | Bad chrooted installation, destination OS needs to be fixed |
|
| 15 | Bad chrooted installation, destination OS needs to be fixed |
|
||||||
| 16 | Invalid options provided with cron mode activated |
|
| 16 | Invalid options provided with cron mode activated |
|
||||||
| 50..100 | Error in module execution |
|
| 50..100 | Error in module execution |
|
||||||
| 126 | Command exists but is not executable |
|
| 126 | Command exists but is not executable |
|
||||||
| 127 | Command not found |
|
| 127 | Command not found |
|
||||||
| 128 | Abortion due to external cause |
|
| 128 | Abortion due to external cause |
|
||||||
| 150..200 | Error in module checks |
|
| 150..200 | Error in module checks |
|
||||||
| 255 | Exit status out of range |
|
| 255 | Exit status out of range |
|
||||||
|
|
||||||
Additionally to exit codes, the script will try to produce a call stack to help
|
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
|
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
|
Everything except configuration files are licensed under BSD-3 license. Please
|
||||||
check license file.
|
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
|
You can mail author to fatalerrors \<at\> geoffray-levasseur \<dot\> org
|
||||||
|
|||||||
Reference in New Issue
Block a user