i removed experimental branches that are either obsolete,
or otherwise had their code merged into master already.
lbmk house cleaning
Signed-off-by: Leah Rowe <leah@libreboot.org>
lots of people won't know the back slash means a second
line, so they won't copy and paste the command correctly
Signed-off-by: Leah Rowe <leah@libreboot.org>
there doesn't need to be a big load of text on every
page that features this warning. a bold warning at the
top of the page will be sufficient.
Signed-off-by: Leah Rowe <leah@libreboot.org>
again, these were left over from a previous audit.
lbmk now uses a 1-argument design for commands,
rather than 1-argument; e.g. ./build boot roms
is now ./build roms.
there were a few stragglers left over, still referring
to the old 2-argument design. this patch fixes that.
Signed-off-by: Leah Rowe <leah@libreboot.org>
Due to the way the keyboard controller is implemented in the EC and the
somewhat unique way GRUB does keyboard init GRUB payloads do not work
properly on these systems.
Signed-off-by: Nicholas Chin <nic.c3.14@gmail.com>
I've also simplified the encryption guides by deleting them,
and 301 redirecting them on libreboot.org httpd.
LUKS information and guidance is now provided as a stub
entry in docs/linux/index.md, as it should be.
This new release has argon2 support in GRUB.
Signed-off-by: Leah Rowe <leah@libreboot.org>
the last patch submitted used four spaces, but lbwww
requires a tab (or 8 spaces), because it correctly
treats tabs as 8 spaces (and tells pandoc to do this
in the Untitled Static Site Generator)
Signed-off-by: Leah Rowe <leah@libreboot.org>
The dedicated paragraph for the Sources makes more visible where the
repo is.
Improved the examples for the dependency resolution: now is clearer,
without digging into srcs that ubuntu2004 is just a special case, while
there's a generic target for debian based distros.
caleb is great but he isn't always around
on the off-chance that someone does contact him and he
doesn't respond, make sure the testers page says only
to contact me (leah)
Signed-off-by: Leah Rowe <leah@libreboot.org>
lbmk was massively re-designed since audit2.
we're currently on audit3, though audit3 is not yet
complete, but people are using lbmk.git every day
to build ROM images.
therefore, it is important that we keep the documentation
up to date. this file documents the entire build system.
there are 13 scripts, at the time of this revision,
versus 18 as of audit2 and about 50 in the previous
release before audits 2 and 3; that, and the code is
nearly 50% reduced in size, with no loss of function!
Signed-off-by: Leah Rowe <leah@libreboot.org>