Updates to MD

This commit is contained in:
Raven Scott
2026-04-25 23:18:44 -04:00
parent 0e3e5be329
commit d9d9f6ddb9
93 changed files with 368 additions and 370 deletions
@@ -1,6 +1,6 @@
# Multi-account personal subvolumes (design)
**Status:** phase **12** — optional **`BARE_OS_PERSONAL_ACCT_PREFIX=1`** nests **`home`**, **`tmp`**, and **`var/log`** under **`/.bare-os/acct/<id>/`**, and maps logical **`/.bare/account`** / **`/.bare/vault/`**** to **`/.bare-os/acct/<id>/.bare/…`** on the personal drive (see [`vfs-path-classes.md`](../reference/vfs-path-classes.md) and [`POSIX_DECLARED_PROFILE.md`](../architecture/POSIX_DECLARED_PROFILE.md)). Single interactive session per boot remains the stock model. Legacy identity blobs at the personal root **`/.bare/account`** apply when the prefix is **off**; enable prefix on new layouts or after operator migration.
**Status:** phase **12** — optional **`BARE_OS_PERSONAL_ACCT_PREFIX=1`** nests **`home`**, **`tmp`**, and **`var/log`** under **`/.bare-os/acct/<id>/`**, and maps logical **`/.bare/account`** / **`/.bare/vault/`**** to `**/.bare-os/acct/<id>/.bare/…`** on the personal drive (see [`vfs-path-classes.md`](../reference/vfs-path-classes.md) and [`POSIX_DECLARED_PROFILE.md`](../architecture/POSIX_DECLARED_PROFILE.md)). Single interactive session per boot remains the stock model. Legacy identity blobs at the personal root **`/.bare/account`** apply when the prefix is **off**; enable prefix on new layouts or after operator migration.
## Goals