diff options
| author | zedddie <zedddie@noreply.codeberg.org> | 2026-01-10 03:09:14 +0100 |
|---|---|---|
| committer | zedddie <zedddie@noreply.codeberg.org> | 2026-01-10 03:09:14 +0100 |
| commit | e92e335995772654ebdf3e1f20537718059ac546 (patch) | |
| tree | c916dde2c4945976da4496b4979889458c5fb927 /README.md | |
| parent | f722256a8881c3d0813901b6be2c7afdcdc1fb74 (diff) | |
научись писать па аншлийски уже
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 46 |
1 files changed, 23 insertions, 23 deletions
@@ -1,24 +1,24 @@ -# Vigil
-Vigil is an init system (PID 1) developed for the Antrhill distribution and licensed under GPL2.0-only.
-
-The development is based on the Unix philosophy:
-- **"Make each program do one thing well."**
- - Doug McIlroy
-
-- **"Write programs that do one thing and do it well. Write programs to work together."**
- - Peter H. Salus, summarizing Unix philosophy
-
-- **"The UNIX system is characterized by: [...] A unified view of I/O, and a hierarchical file system. A small number of kernel primitives, augmented by a rich set of user-level tools."**
- - Ritchie & Thompson, «The UNIX Time-Sharing System»
-
-`vegil` strives to be indestructible, something that even in the case of most errors will boot you into the system. If not, then go to rescue mode with all the tools installed.
-
-# Development
-This repo contains the source code of the `init` executable itself and `vegilctl`, for managing the initialization system.
-At the moment, the init binary itself is a priority for development.
-
-# Usage
-All operations are logged and start with `*` and looks like `* <Operation> <Data>`, it has three colors:
-- Red (`\x1b[31m`) - This means that a mission-critical operation has failed, and you will most likely go into rescue mode.
-- Yellow (`\x1b[33m`) - It means that the operation specified by the user in the configuration or not critical has failed, the system will start, but it is better to pay attention to this.
+# Vigil +Vigil is an init system (PID 1) developed for the Antrhill distribution and licensed under GPL2.0-only. + +The development is based on the Unix philosophy: +- **"Make each program do one thing well."** + - Doug McIlroy + +- **"Write programs that do one thing and do it well. Write programs to work together."** + - Peter H. Salus, summarizing Unix philosophy + +- **"The UNIX system is characterized by: [...] A unified view of I/O, and a hierarchical file system. A small number of kernel primitives, augmented by a rich set of user-level tools."** + - Ritchie & Thompson, «The UNIX Time-Sharing System» + +`vegil` strives to be indestructible, something that even in the case of most errors will boot you into the system. If not, then go to rescue mode with all the tools installed. + +# Development +This repo contains the source code of the `init` executable itself and `vegilctl`, for managing the initialization system. +At the moment, the init binary itself is a priority for development. + +# Usage +All operations are logged and start with `*` and looks like `* <Operation> <Data>`, it has three colors: +- Red (`\x1b[31m`) - This means that a mission-critical operation has failed, and you will most likely go into rescue mode. +- Yellow (`\x1b[33m`) - It means that the operation specified by the user in the configuration or not critical has failed, the system will start, but it is better to pay attention to it. - Green (`\x1b[32m`) - Everything is in order.
\ No newline at end of file |
