implemented chroot using bootstrap method

This commit is contained in:
levasseur
2021-10-22 17:15:01 +02:00
parent 2693a3cc72
commit 476aa67daa
3 changed files with 36 additions and 0 deletions

View File

@@ -274,6 +274,8 @@ The following table is giving a list of error code with explanation:
| 11 | Bad function call |
| 12 | Error copying files |
| 13 | Bad target file system |
| 14 | Impossible to chroot |
| 15 | Bad target filesystem/installation |
| 50..100 | Error in module execution |
| 126 | Command exists but not executable |
| 127 | Command not found |