diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2024-07-30 21:43:17 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2024-07-30 21:43:17 -0300 |
commit | d6e91b5bc9f2d028873c5f1aa75c2d7d17c8a082 (patch) | |
tree | d8030ead17499bc37f2c66e9b11ab24fec085f36 /docs/todo.md | |
parent | 3b6178116977b2a56cb381a23430c2b799acc862 (diff) | |
download | hydra-d6e91b5bc9f2d028873c5f1aa75c2d7d17c8a082.tar.gz hydra-d6e91b5bc9f2d028873c5f1aa75c2d7d17c8a082.tar.bz2 |
Feat: hydractl: mount-media: LUKS labels
Diffstat (limited to 'docs/todo.md')
-rw-r--r-- | docs/todo.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/todo.md b/docs/todo.md index d00e4b6..b1d953c 100644 --- a/docs/todo.md +++ b/docs/todo.md @@ -24,8 +24,10 @@ > Disabling STANDBY on drive... > couldn't find field acronym: STANDBY > [perhaps a '--transport=<tn>' or '--vendor=<vn>' option is needed] - * [ ] Mount/umount system volume supporting split partitoon scheme (`root`, + * [ ] Mount/umount system volume supporting split partiton scheme (`root`, `var`, `home` etc). + * [ ] Try to detected the device partition (`/dev/sdb1` etc) based + on the LUKS2 label. * [ ] Syncing: * [ ] Syncing packages: a frontend to `apt-offline` that uses `git-annex` repositories: getting, installing, cleaning. One node can request |