aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-09-29 22:56:16 -0400
committerB Stack <bgstack15@gmail.com>2020-09-29 22:56:16 -0400
commit6803ba55cdf4e1cf37275ead7247ee5d27f011d4 (patch)
treed4274f44086656429f2df0062cad308468312b1a /README.md
parentadd sudo, fix initialization (diff)
downloadmyautomount-6803ba55cdf4e1cf37275ead7247ee5d27f011d4.tar.gz
myautomount-6803ba55cdf4e1cf37275ead7247ee5d27f011d4.tar.bz2
myautomount-6803ba55cdf4e1cf37275ead7247ee5d27f011d4.zip
add notes to readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index b744b14..013c845 100644
--- a/README.md
+++ b/README.md
@@ -18,6 +18,8 @@ Use environment variable `MYA_PREFIX` for testing.
## Improvements
* Add notifications, perhaps with [xnotify](https://github.com/phillbush/xnotify)?
+* Implement the feature to hide sdb and sdc, etc., because one does not normally place filesystems on the raw drive.
+* Add dpkg recipe
# References
[1]: https://github.com/project-trident/trident-utilities/blame/master/src-go/automount/main.go
bgstack15