A minimal init system written in Nim
Go to file
Nocturn9x b94a4c0b1c Fixed disk (un)mounting once and for all: checks for already (un)mounted disks and automatically converts labels, uuids, ids and partuuids to their corresponding /dev/disk symlink 2021-12-02 01:07:04 +01:00
src Fixed disk (un)mounting once and for all: checks for already (un)mounted disks and automatically converts labels, uuids, ids and partuuids to their corresponding /dev/disk symlink 2021-12-02 01:07:04 +01:00
.dockerignore Initial ground work on the init 2021-11-30 20:54:27 +01:00
.gitignore Updated gitignore to excluse src/main.nim's binary 2021-11-30 16:15:08 +01:00
Dockerfile Improved more error messages 2021-12-01 12:41:22 +01:00
LICENSE Initial commit 2021-11-29 15:31:32 +01:00
README.md Modularized the system further, added mounting of virtual filesystems 2021-11-30 23:56:38 +01:00
start.sh Initial ground work on the init 2021-11-30 20:54:27 +01:00

README.md

nimd

A minimal, self-contained dependency-based Linux init system written in Nim