commit dd8172defd4e949fecdb142325640e2961cd78aa parent 8fe42b8f75124640c499038f18a454b0fce04b5e Author: Friedel Schoen <[email protected]> Date: Wed, 28 Dec 2022 02:37:32 +0100 update readme.md Diffstat:
M | readme.md | | | 16 | ++++++++-------- |
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/readme.md b/readme.md @@ -1,22 +1,23 @@ +# DUALINIT + +> Work in progress + ## Directory Structure ### Minimal Directure Hierachie ``` / -├── boot/ +├── boot/ (symlinked to /<master>/boot) │ ├── ... │ ├── initramfs-x.x.img │ └── vmlinuz-x.x -├── dev/ +├── dev/ (pseudo-fs) ├── etc/ │ └── dualinit.conf -├── proc/ +├── proc/ (pseudo-fs) ├── sbin/ │ └── init -├── sys/ +├── sys/ (pseudo-fs) └── <environments>/ ``` - -By default `/boot` will be binded (mounted) to ≶new_root≫/boot and -`/sbin/init` to ≶new_root≫/sbin/dualboot linked -\ No newline at end of file