Commit Graph

877 Commits (bcbe9df5d56e98b01ca81da9241149fd56fd45bc)

Author SHA1 Message Date
Leah Rowe bcbe9df5d5 Libreboot 20231021
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>
2023-10-21 00:24:48 +01:00
Leah Rowe c25ffab9aa Libreboot 20231021 release announcement
Signed-off-by: Leah Rowe <leah@libreboot.org>
2023-10-20 20:21:18 +01:00
Leah Rowe 887817240a installation notes for dell latitude e6430
Signed-off-by: Leah Rowe <leah@libreboot.org>
2023-10-20 16:56:58 +01:00
Leah Rowe ac57d23235 remove errant link
it's not ready yet

Signed-off-by: Leah Rowe <leah@libreboot.org>
2023-10-20 15:15:00 +01:00
Leah Rowe 338cbcb0f4 libreboot build system audit 3 announcement
Signed-off-by: Leah Rowe <leah@libreboot.org>
2023-10-20 15:13:44 +01:00
Leah Rowe fbcca65929 docs/maintain: add missing header
Signed-off-by: Leah Rowe <leah@libreboot.org>
2023-10-20 06:32:48 +01:00
Leah Rowe bc17953e23 update docs based on recent lbmk changes
the commands changed again

Signed-off-by: Leah Rowe <leah@libreboot.org>
2023-10-20 06:07:57 +01:00
Leah Rowe 60571ed2f0 fix tabs in docs/build
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>
2023-10-20 05:58:47 +01:00
Leah Rowe 372de9599e Merge pull request 'Improved readibility for first time builders/contributors' (#94) from andreamtp/lbwww:master into master
Reviewed-on: https://codeberg.org/libreboot/lbwww/pulls/94
2023-10-20 04:50:59 +00:00
Leah Rowe 8e4dda4ab2 Merge pull request 'snooze-function-patch-1 (typos, fixed links)' (#93) from snooze-function/lbwww:snooze-function-patch-1 into master
Reviewed-on: https://codeberg.org/libreboot/lbwww/pulls/93
2023-10-20 04:48:15 +00:00
Andrea Perotti 95710d9faf Small md syntax fixes 2023-10-19 17:51:36 +02:00
Andrea Perotti c8fe363ff3 Improved readibility for first time contributors
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.
2023-10-19 17:14:26 +02:00
Leah Rowe 1500a15b5e remove stupid sentence
everything it says is true, but it's still stupid
2023-10-18 08:54:00 +01:00
Leah Rowe 8e76ed523c re-link dell-flash-unlock in guides (util rename)
Signed-off-by: Leah Rowe <leah@libreboot.org>
2023-10-15 01:34:17 +01:00
Leah Rowe cd61e272cb correct a sentence
Signed-off-by: Leah Rowe <leah@libreboot.org>
2023-10-13 00:52:07 +01:00
Leah Rowe e33cba84da docs/build: add section: post-compilation
it also mentions specific binary blobs such as nvidia
vga rom (dell e6400) and cpu microcode.

Signed-off-by: Leah Rowe <leah@libreboot.org>
2023-10-13 00:45:54 +01:00
Leah Rowe ebb8614cf6 simplified testing instructions
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>
2023-10-11 20:49:05 +01:00
Leah Rowe 6e7d69ff12 remove redundant information
the statement is repeated throughout this page

Signed-off-by: Leah Rowe <leah@libreboot.org>
2023-10-10 22:55:54 +01:00
Leah Rowe d50f897be3 fix typo: docs/maintain should say sha512sum
Signed-off-by: Leah Rowe <leah@libreboot.org>
2023-10-10 22:29:29 +01:00
Leah Rowe 7fc827f074 fix typo: vender should be vendor
Signed-off-by: Leah Rowe <leah@libreboot.org>
2023-10-10 22:27:07 +01:00
Leah Rowe bd017989ca even more stragglers
Signed-off-by: Leah Rowe <leah@libreboot.org>
2023-10-10 22:07:39 +01:00
Leah Rowe be2ec75a58 docs/maintain: replace obsolete information
Signed-off-by: Leah Rowe <leah@libreboot.org>
2023-10-10 22:01:12 +01:00
Leah Rowe 67294ab056 more stragglers
Signed-off-by: Leah Rowe <leah@libreboot.org>
2023-10-10 21:46:44 +01:00
Leah Rowe a918978371 more stragglers
a big cleanup was needed, based on recent changes

Signed-off-by: Leah Rowe <leah@libreboot.org>
2023-10-10 21:39:28 +01:00
Leah Rowe 3f3b501c6a update docs/maintain/ for recent lbmk changes
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>
2023-10-10 20:40:58 +01:00
Leah Rowe b432883234 more stragglers
Signed-off-by: Leah Rowe <leah@libreboot.org>
2023-10-10 18:31:56 +01:00
Leah Rowe dc5b8d2367 straggler
Signed-off-by: Leah Rowe <leah@libreboot.org>
2023-10-10 18:17:39 +01:00
Leah Rowe f9f3171e0f update user docs as per current lbmk
docs/maintain/ not updated yet. i'll do that
separately to the user documentation.

Signed-off-by: Leah Rowe <leah@libreboot.org>
2023-10-10 17:58:18 +01:00
Leah Rowe 84d35d77c2 exorcism 4
Signed-off-by: Leah Rowe <leah@libreboot.org>
2023-10-09 23:33:53 +01:00
Leah Rowe 81c317fc54 don't assist search engine results for gnuboot
Signed-off-by: Leah Rowe <leah@libreboot.org>
2023-09-28 17:16:12 +01:00
snooze-function aa3d5df6cb typo 2023-09-24 20:20:05 +00:00
snooze-function 2d5bb2e546 Update site/index.de.md 2023-09-24 20:19:25 +00:00
snooze-function 31cad535ea Update site/index.de.md 2023-09-24 20:17:58 +00:00
snooze-function 6883248247 Fixed some leftover links to the german translation with links to the english original site 2023-09-24 19:59:19 +00:00
snooze-function e361603f69 german translation edits 2023-09-24 21:49:04 +02:00
Leah Rowe 7bb075099b Merge pull request 'add docs/maintain/testing.uk.md' (#89) from v-t60/lbwww:master into master
Reviewed-on: https://codeberg.org/libreboot/lbwww/pulls/89
2023-09-17 00:09:12 +00:00
Leah Rowe f729488af6 Merge pull request 'update serprog section' (#90) from Riku_V/lbwww:serprog_update into master
Reviewed-on: https://codeberg.org/libreboot/lbwww/pulls/90
2023-09-16 23:30:07 +00:00
Riku Viitanen 38e9fd08e1 update serprog section
the final file path is wrong already.
https://codeberg.org/libreboot/lbmk/pulls/131 modifies the command

Signed-off-by: Riku Viitanen <riku.viitanen@protonmail.com>
2023-09-16 22:05:12 +03:00
Vladislav Shapovalov 257aa2192f add docs/maintain/testing.uk.md 2023-09-16 14:12:03 +03:00
Leah Rowe 10dd889a2a maintain/style: notes about work directory
Signed-off-by: Leah Rowe <leah@libreboot.org>
2023-09-15 08:04:41 +01:00
Leah Rowe a575774180 maintain/style: clarify actual design
link to the maintenance manual

Signed-off-by: Leah Rowe <leah@libreboot.org>
2023-09-15 07:50:04 +01:00
Leah Rowe a6d8f39b7e Revert "maintain/style: refer to newer scl manual"
This reverts commit 7eb315bddc.
2023-09-15 07:46:41 +01:00
Leah Rowe 7eb315bddc maintain/style: refer to newer scl manual
Signed-off-by: Leah Rowe <leah@libreboot.org>
2023-09-15 07:45:23 +01:00
Leah Rowe d79acf435e maintain/style: put no-bashisms section at the top
Signed-off-by: Leah Rowe <leah@libreboot.org>
2023-09-15 07:44:12 +01:00
Leah Rowe fb08e2fb93 fix the example script in maintain/style
Signed-off-by: Leah Rowe <leah@libreboot.org>
2023-09-15 07:42:44 +01:00
Leah Rowe 8fde7f2445 add docs/maintain/style.md (coding style info)
Signed-off-by: Leah Rowe <leah@libreboot.org>
2023-09-15 07:31:46 +01:00
Leah Rowe 26b9c05429 Merge pull request 'First release of Italian translation' (#88) from livio/lbwww:italian into master
Reviewed-on: https://codeberg.org/libreboot/lbwww/pulls/88
2023-09-15 04:45:19 +00:00
Leah Rowe 05f3ad86b5 Merge pull request 'update faq.uk.md' (#87) from v-t60/lbwww:master into master
Reviewed-on: https://codeberg.org/libreboot/lbwww/pulls/87
2023-09-15 04:41:23 +00:00
Leah Rowe 72452988d8 update documentation for new lbmk implementation
many commands have changed since lbmk audit 2

Signed-off-by: Leah Rowe <leah@libreboot.org>
2023-09-15 05:38:36 +01:00
Leah Rowe a985886bc6 update docs/maintain/ based on lbmk audit 2
Signed-off-by: Leah Rowe <leah@libreboot.org>
2023-09-13 20:24:05 +01:00