1
1
Fork
You've already forked prometheus
0
Simple, independent init system written in Rust.
  • Rust 100%
Find a file
2026年06月26日 19:37:16 +02:00
.cargo we modified a lot 2026年06月25日 13:22:53 +02:00
src change root path to be cleaner 2026年06月25日 13:37:08 +02:00
.gitignore update .gitignore 2026年05月16日 18:24:55 +02:00
Cargo.toml we modified a lot 2026年06月25日 13:22:53 +02:00
LICENSE add license 2026年05月16日 21:40:27 +02:00
README.md Update README.md 2026年06月26日 19:37:16 +02:00

prometheus

init system for Static Linux, written in Rust.

behavior

  1. mounts /proc, /sys, /dev, /tmp, /run
  2. reads hostname from /etc/hostname
  3. seeds the rng
  4. brings up loopback
  5. sets PATH, TERM, HOME
  6. spawns getty on tty1 and ttyS0
  7. reaps zombie processes

building

cargo build --release --target x86_64-unknown-linux-musl