diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2024-07-13 09:40:21 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2024-07-13 09:40:21 -0300 |
commit | c0369772171a8fc3c209b96ce6e29fc91d8db088 (patch) | |
tree | b80ecd3b426f6338d81b3080069088d8775a909f | |
parent | b36564bf68ea5af165142ca372c6503a064a9ec6 (diff) | |
download | hydra-c0369772171a8fc3c209b96ce6e29fc91d8db088.tar.gz hydra-c0369772171a8fc3c209b96ce6e29fc91d8db088.tar.bz2 |
TODO: external volume handling
-rw-r--r-- | docs/todo.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/todo.md b/docs/todo.md index f2c1862..4745d93 100644 --- a/docs/todo.md +++ b/docs/todo.md @@ -17,6 +17,11 @@ ## hydractl +* [ ] External volume script (replacing new drive procedure from + `docs/backups.md`). +* [ ] Mount/umount media: + * [ ] Mount/umount system volume supporting split partitoon scheme (`root`, + `var`, `home` etc). * [ ] Provision: * [ ] Fix booting issues detailed [here](tpc.md#booting). * [ ] Upgrade: |