Jeffrey Aylesworth

Results 20 comments of Jeffrey Aylesworth

Here's a very rough ruby script that generates one html page out of the docs: https://gist.github.com/jeffayle/b84d32e9ef5d62c7733f395fa43ec058 It should be run in the root of the docs repository. Here's sample output:...

That JSON actually gets us most of the way. It has all the chapters in a tree structure, so we could do something like (pseudo-ruby) def render chapter return if...

we can use about half of the mdbook plugin api without using rust. if none of us know rust, that's probably the way to go. In book.toml add [output.custom] command...

> A simple solution, then, would be to make dracut pass --use-random to cryptsetup This will make cryptsetup hang until there's enough entropy available in the pool, which might be...

> How about removing /var/lib/random-seed after using it? Might be a good idea but outside the scope of documentation, I think. I can see the argument for removing it, but...

> But how does that justify the change in that PR? The problem was that right after you put *n* bits of etnropy into the prng, you use *n* bits...

Rereading my last few posts I realize I seem to be having a different conversation in each one. Sorry about that. Hopefully another post won't make it more confusing.. I...

re what #177 covers: **yes** - Install Void Linux onto a USB Stick - Installation on UEFI, via chroot - #177? **no** - Installation On UEFI With MDRAID, via chroot...

I agree that the semantics suck here. Markdown fell behind html on semantics a decade ago. html has a tag that means semantically "this is a new term being introduced"...

Actually, now that I think about it more, warnings and notes are basically the same semantics as what I was explaining before. The word "warning" or "note" is really a...