README updates and created a TODO list

This commit is contained in:
Christer Edwards
2018-04-07 16:58:11 -06:00
parent ad1452f59d
commit 69e8067b59
2 changed files with 86 additions and 48 deletions
+16
View File
@@ -0,0 +1,16 @@
# TODO
This is just a place to throw down the ideas of things I need to fix and or
improve. In no particular order.
+ Consolidate the commands into a single `bastille` cmd.
+ Modular design for imported `bastille` functionality (ie; pkg, cmd, sysrc)
+ ZFS or UFS support
+ `bastille create` needs to support `fetch` fallback
+ `bastille create` needs to support branches
+ `bastille bootstrap` needs a complete review
+ New commands: `sysrc`, `fstab`, `jls`, `git`, `update`, `upgrade`
+ Support for multi-jail templating (create, snapshot, deploy)
+ jail.conf validation support in `create`
+ Dynamic config support for templating
+