libreboot / lbwww (public) (License: Unspecified) (since 2023-04-11) (hash sha1)
libreboot website (markdown files). https://libreboot.org/
List of commits:
Subject Hash Author Date (UTC)
priority 5d516331cb506a2b1d929add03227b20860cab37 Leah Rowe 2025-01-13 15:38:13
fix oversight ceaaeb98d924d89fd91bda78300423348f48bf79 Leah Rowe 2025-01-13 14:50:27
expand other.md but shorten the intro e5d30675db4119269259b3c4539278639da28522 Leah Rowe 2025-01-13 13:37:18
simplify the skulls section in other.md 4702e167673363af0e63c0de51fbd220d7f45a55 Leah Rowe 2025-01-12 12:36:05
payloads, not "programs" 97b0fa3c600b3a2dc0446029c38a7d538078ab7c Leah Rowe 2025-01-12 04:20:27
link to coreboot build docs on other.md c278f8b5bf1fb020d9bec53c93c620aa1c9469c2 Leah Rowe 2025-01-12 02:05:08
more links ec57689078a54afe1c0ba5a73f3cdb3f4ce46759 Leah Rowe 2025-01-12 01:29:32
reparieren der deutschen homepage 572ea3bdc15b8a33016888333e731307f0edab57 Leah Rowe 2025-01-12 00:43:39
homepage: emphasize the coreboot distro aspect f78ee7861af3a6b930cf640d7dfce1942dad4a2b Leah Rowe 2025-01-12 00:34:05
add ownerboot to the other.md page 5afacd5138015b5115bf9d3d3d805f9eb26d3999 Leah Rowe 2025-01-11 23:22:13
tidy up the other.md page b5e0d96be580678ad6710e4c3259abd128ebb7bc Leah Rowe 2025-01-11 23:03:54
actual alphabetical order e94f06a744c0e98943e31d5b141c5cfbf9901ef5 Leah Rowe 2025-01-11 05:39:12
clarification 71e4a89c862158f0f78815c4972b7d948cfbf35e Leah Rowe 2025-01-11 05:01:08
add missing entry 0b7a136d733bb91f397ea230fc8903483e47ce12 Leah Rowe 2025-01-11 04:59:40
add page linking to other coreboot distros 3809609b3e2798108b89898e33fee11a50dbd205 Leah Rowe 2025-01-11 04:41:25
update images on translated home pages ba3ca8c23da22687772d8e4cd53a747dcba00977 Leah Rowe 2025-01-11 02:11:07
make "coreboot distro" a link to docs/maintain/ 8c678d515d76ad689de62af4a08ffcf9b5394181 Leah Rowe 2025-01-11 00:20:04
typo ee4aca89fc6d85f4729a7d3e687a193758799c16 Leah Rowe 2025-01-10 16:30:55
don't link 4bd184da81f24a2932d03f3181812e7ad5cdeb85 Leah Rowe 2025-01-10 16:29:21
acknowledgement aa98970a8891e3a3300a6fca1df3314f8e7dbdb3 Leah Rowe 2025-01-10 16:27:51
Commit 5d516331cb506a2b1d929add03227b20860cab37 - priority
Signed-off-by: Leah Rowe <leah@libreboot.org>
Author: Leah Rowe
Author date (UTC): 2025-01-13 15:38
Committer name: Leah Rowe
Committer date (UTC): 2025-01-13 15:38
Parent(s): ceaaeb98d924d89fd91bda78300423348f48bf79
Signer:
Signing key:
Signing status: N
Tree: 50bc08a4cce72f278c619b01d0b9ab7c91b316ab
File Lines added Lines deleted
site/docs/maintain/index.md 10 16
File site/docs/maintain/index.md changed (mode: 100644) (index d17493c..2c467ba)
... ... check itself when running *any* command; if another command had to be executed
39 39 first, it will do so automatically. Therefore, you can run any part of lbmk first, it will do so automatically. Therefore, you can run any part of lbmk
40 40 on its own, and the entire design is modular. on its own, and the entire design is modular.
41 41
42 Use Free Software when possible
43 ===============================
44
45 The coreboot software is nominally free, but occasionally requires an
46 additional file or two from the vendor on a few systems. The libreboot
47 project *allows* them, only when they are absolutely required.
48
49 [Strict rules](../../news/policy.md) govern when this allowed, and
50 the [freedom status page](../../freedom-status.md) provides additional details.
51
42 52 Best practises for learning lbmk Best practises for learning lbmk
43 53 ================================ ================================
44 54
 
... ... in flash on a future release. On our testing, disk I/O does not seem to be a
143 153 major bottleneck, so any HDD or SSD will do, but we obviously recommend a major bottleneck, so any HDD or SSD will do, but we obviously recommend a
144 154 fast NVMe (PCI-E) SSD if you can. fast NVMe (PCI-E) SSD if you can.
145 155
146 Use Free Software when possible
147 ===============================
148
149 The coreboot software is nominally free, but occasionally requires an
150 additional file or two from the vendor on a few systems. The libreboot
151 project *allows* them, only when they are absolutely required.
152
153 [Strict rules](../../news/policy.md) govern when this allowed, and
154 the [freedom status page](../../freedom-status.md) provides additional details.
155
156 Please read the files under `config/vendor/` in lbmk, in addition to
157 the file `include/vendor.sh`. These configuration files and this source code
158 within lbmk, implement the download and patching logic that enables such files
159 to be included on final build images, ready for installation on the target
160 machine.
161
162 156 **Before *configuration* info, you will first be shown a brief overview of every **Before *configuration* info, you will first be shown a brief overview of every
163 157 project that Libreboot imports, such as coreboot.** project that Libreboot imports, such as coreboot.**
164 158
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/libreboot/lbwww

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/libreboot/lbwww

Clone this repository using git:
git clone git://git.rocketgit.com/user/libreboot/lbwww

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main