I'll be taking particular note of this rescue system on the basis of the identity of the person who has created it. They're someone I've come across more than once in the open source world and definitely have respect for. I'd also recommend mblaze which is the primary tool I use for reading mail.
FYI this ships with zfs modules precompiled, if you're into that sort of thing.<p><a href="https://github.com/leahneukirchen/hrmpf/commit/dcc35b75676f3bd4617d9c5277c3bf182948bf7f" rel="nofollow">https://github.com/leahneukirchen/hrmpf/commit/dcc35b75676f3...</a>
How does this compare to SystemRescue ?<p>Hrmpf has seen no release for the past 8 months <a href="https://github.com/leahneukirchen/hrmpf/releases" rel="nofollow">https://github.com/leahneukirchen/hrmpf/releases</a> where SystemRescue is updated regularly <a href="https://www.system-rescue.org/Changes-x86/" rel="nofollow">https://www.system-rescue.org/Changes-x86/</a> .
Good. On games, I'd add a SDL-less build of Frotz with some z-machine libre games such as Dungeon or All Things Devour.<p>Also, a cgames package for Void would be nice, csokoban it's perfect to play on slow recovering.<p>I'll add ffmpeg, sox and visidata too as they are the perfect suite for media and office suite files. MPV and Mplayer work on the framebuffer, too.<p>Optional dependencies for visidata: <a href="https://www.visidata.org/docs/formats/" rel="nofollow">https://www.visidata.org/docs/formats/</a><p>Finally another must have tool: gnuplot and calc. Because often you need to do some graphs and calculations. And maybe bitlbee listening on localhost, with libpurple support.
IM and IRC'ing for support it's unvaluable.<p>Oh, a quick and dirty ebook reader, with unzip and lynx:<p><pre><code> #/bin/sh
unzip -qcp "$1" "*ml" "*.htm" | lynx -force-html -dump -stdin -nolist | less -r -M +Gg</code></pre>