commit dd8172defd4e949fecdb142325640e2961cd78aa
parent 8fe42b8f75124640c499038f18a454b0fce04b5e
Author: Friedel Schoen <[email protected]>
Date: Wed, 28 Dec 2022 02:37:32 +0100
update readme.md
Diffstat:
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)│ ├──
│ ├── ...│ ├── i
│ ├── initramfs-x.x.img│ └── v
│ └── vmlinuz-x.x├── dev/
-├── dev/├── et
+├── dev/ (pseudo-fs)├── et
├── etc/│ └──
│ └── dualinit.conf├── proc
-├── proc/├── sb
+├── proc/ (pseudo-fs)├── sb
├── sbin/│ └──
│ └── init├── sys/
-├── sys/└── <e
+├── sys/ (pseudo-fs)└── <e
└── <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