Skip to content

Commit

Permalink
more ideas
Browse files Browse the repository at this point in the history
  • Loading branch information
arcmags committed Nov 17, 2017
1 parent f0b3417 commit a6c99ba
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 2 deletions.
16 changes: 15 additions & 1 deletion README.html
Original file line number Diff line number Diff line change
Expand Up @@ -649,10 +649,24 @@ <h1>Issues / Future Implementations</h1>
<ul class="simple">
<li>use <em>getopts</em> to allow grouping command line options together</li>
<li><em>--rsync</em> option (maybe use rsync automatically if installed)</li>
<li>test with full disk encryption</li>
<li>added security<ul>
<li>test compatibility with full disk encryption</li>
<li>option to require removal of boot media before starting userspace</li>
<li>option to fail boot unless loaded to RAM (requires a <em>chroot</em> to
make any changes)</li>
</ul>
</li>
<li><em>flush</em> action to sync the RAM filesystem back to the
initial boot device</li>
<li>add support for other partitions users may have</li>
<li>use config file?<ul>
<li>great for setting a bunch of options</li>
<li>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</li>
</ul>
</li>
<li>test on other distros</li>
</ul>
</div>
Expand Down
18 changes: 17 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down

0 comments on commit a6c99ba

Please sign in to comment.