diff --git a/README.html b/README.html index ed872ca..336884f 100644 --- a/README.html +++ b/README.html @@ -649,10 +649,24 @@

Issues / Future Implementations

diff --git a/README.rst b/README.rst index c6b0120..190dfa3 100644 --- a/README.rst +++ b/README.rst @@ -136,13 +136,29 @@ Issues / Future Implementations * *--rsync* option (maybe use rsync automatically if installed) -* test with full disk encryption +* added security + + + test compatibility with full disk encryption + + + option to require removal of boot media before starting userspace + + + option to fail boot unless loaded to RAM (requires a *chroot* to + make any changes) * *flush* action to sync the RAM filesystem back to the initial boot device * add support for other partitions users may have +* use config file? + + + great for setting a bunch of options + + + probably shouldn't read and parse config file during + pre-userspace boot for security/basic functionality reasons; + hooks should be rebuilt and linux boot image regenerated with + every config change + * test on other distros