auraed
auraed copied to clipboard
Configurable mount points
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.
- [ ] A configuration should specify what should be mounted where
- [ ] This configuration should allow to omit mounting targets (e.g. not mounting procfs)
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.