aurae-runtime / auraed

Secure mTLS and gRPC backed runtime daemon. Alternative to systemd. Written in Rust.
https://aurae.io/auraed
Apache License 2.0
60 stars 11 forks source link

Configurable mount points #25

Open Vincinator opened 1 year ago

Vincinator commented 1 year ago

The user space initialization mounts devfs, procfs and sysfs. Not sure yet, but we may want to mount storage as well. A mount config (semantically similar to fstab) should be parsed by the initialization of the rootfs.

krisnova commented 1 year ago

My use case is to boot a linux operating system WITHOUT /proc procfs(5) mounted.

My visions are my own, but I do entertain them.