diff options
-rw-r--r-- | docs/todo.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/todo.md b/docs/todo.md index f40950a..fd6eaa2 100644 --- a/docs/todo.md +++ b/docs/todo.md @@ -25,9 +25,12 @@ > [perhaps a '--transport=<tn>' or '--vendor=<vn>' option is needed] * [ ] Mount/umount system volume supporting split partiton scheme (`root`, `var`, `home` etc). - * [ ] Try to detected the device partition (`/dev/sdb1` etc) based + * [ ] Try to detect the device partition (`/dev/sdb1` etc) based on the LUKS2 label. * [ ] Syncing: + * [ ] Shall `sync-media` do a `git unannex` on sidecar and other metadata + files and manage them through Git instead, or keep them as unlocked + files? * [ ] Syncing packages: a frontend to `apt-offline` that uses `git-annex` repositories: getting, installing, cleaning. One node can request packages through an external drive, and another can fetch then. |