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)
note nvmutil compatibility regarding randomness 4ecef4611a3e21ef8867c0c2afe6b0ec4dc96ce7 Leah Rowe 2025-05-04 17:26:24
nvmutil docs: say x instead of ?, for randomness 888fbb03046fde216ac160e9dbc9d53bd86b0e8a Leah Rowe 2025-05-03 06:30:18
25.04rev1 notes 6f6c27c936fed18bd9b0048ffd343f7d9e02c743 Leah Rowe 2025-05-02 01:02:47
css: limit images to 80 percent on 1337box display b88487ab6ce010bda62383aa42d6389795d9b19b Leah Rowe 2025-05-01 10:32:43
add even more pics to the release page f994c7ac226223c197c019b843de77d8c4db729c Leah Rowe 2025-04-30 22:20:11
add more pictures to the release page f1471fdb064fb94a008a2022cf92a28f6ab7a850 Leah Rowe 2025-04-30 22:10:10
fix lack of boldness on the homepage version notice 87894a422097d26ba1d62c4dd5487e560f32314a Leah Rowe 2025-04-30 18:00:28
release build test notes 9eacd92e116edc589218b15535d560ddb32b77e6 Leah Rowe 2025-04-30 17:12:59
remove u-boot pic in the announcement 6286e69902c881b98d7a4d8b509a2458b956e7e5 Leah Rowe 2025-04-30 11:50:43
that's modularised, not "moralised" 261d19edbf382e6162dff167eebd69b323777706 Leah Rowe 2025-04-30 11:48:58
Libreboot 25.04 release 47c993cba483ff23a4c7b866c6cedcc905e9a2bd Leah Rowe 2025-04-30 11:03:42
20241206rev11 notes 68f4ff8a0fb9d50fbe781ef00d75932fff5813dc Leah Rowe 2025-04-20 23:55:44
docs/linux: Update regarding Fedora "sixteenbit" 9c86f0c89a55d352da4038f53cb118420ad5acad Leah Rowe 2025-04-17 00:30:33
hp8460p vendor manual added 9ce0dc2889ede3ca2c48122bdf4e926b14771f53 Ronanand0 2025-04-08 09:24:29
hp9470m Vendor manual update a52ebef53bc4fdc34ac62012e05973bb52183cb8 Ronanand0 2025-04-08 09:20:51
hp8470p spec. link update be35d8c0e1ae62f76f5c2f1c1eaf23f24caef5ea Ronanand0 2025-04-08 09:13:04
Update site/docs/install/hp8560w.md 0a83f8fc42d9fd9193375bc9a306a0b994f801dd Ronanand0 2025-04-08 09:05:09
Link for vendor manual 6bbbf9fe085eb5e3cf7cc6f9019dcbb9b0d750e8 Ronanand0 2025-04-08 09:04:11
spec link update c73745f6486fc966a4f1f4ccabbae570f2cc3cc0 Ronanand0 2025-04-08 08:45:44
hp820g2 tpm2 upgrade + spec. site update 086765046d83b48fc503666800802fa37357e4fa Ronanand0 2025-04-08 08:38:19
Commit 4ecef4611a3e21ef8867c0c2afe6b0ec4dc96ce7 - note nvmutil compatibility regarding randomness
Signed-off-by: Leah Rowe <leah@libreboot.org>
Author: Leah Rowe
Author date (UTC): 2025-05-04 17:26
Committer name: Leah Rowe
Committer date (UTC): 2025-05-04 17:26
Parent(s): 888fbb03046fde216ac160e9dbc9d53bd86b0e8a
Signer:
Signing key:
Signing status: N
Tree: c93e387d9baa0121ea556ece6555ffea4a595f4e
File Lines added Lines deleted
site/docs/install/ivy_has_common.md 4 0
site/docs/install/nvmutil.md 4 0
File site/docs/install/ivy_has_common.md changed (mode: 100644) (index b0ffe40..fc7dfdd)
... ... have the mac address changed; please continue reading!
77 77
78 78 ### Injecting vendor files into tarballs ### Injecting vendor files into tarballs
79 79
80 **WARNING: Older versions of nvmutil used `?` for random characters. Newer
81 versions use `x` instead. If you have an older version, use `?` instead,
82 when generating random characters in MAC addresses.**
83
80 84 In order to inject the necessary files into a rom image, run the script from the root of lbmk and point to the rom image. In order to inject the necessary files into a rom image, run the script from the root of lbmk and point to the rom image.
81 85
82 86 If you only wish to flash a release rom then the process of injecting the necessary files is quite simple. If you only wish to flash a release rom then the process of injecting the necessary files is quite simple.
File site/docs/install/nvmutil.md changed (mode: 100644) (index db81675..ac26aef)
... ... Automatic MAC address changer
42 42
43 43 **Please [install build dependencies](../build/) before you do this.** **Please [install build dependencies](../build/) before you do this.**
44 44
45 **WARNING: Older versions of nvmutil used `?` for random characters. Newer
46 versions use `x` instead. If you have an older version, use `?` instead,
47 when generating random characters in MAC addresses.**
48
45 49 Instead of running nvmutil manually, like below, you can Instead of running nvmutil manually, like below, you can
46 50 also use the inject command, like so (examples): also use the inject command, like so (examples):
47 51
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