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)
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
remove _fsp references in the documentation dbf5ec3ebf49c81c9055d8587eee0d5476059258 Leah Rowe 2025-04-01 11:21:11
Add uboot instructions for installing Trisquel Aramo 067aa382163435faf042664290a7a1c67c04fc3d arielenter 2025-03-30 21:59:26
Add uboot instructions for installing Trisquel Aramo b38fb3356061cf7a28a7a02b67da41ec4cd4d145 arielenter 2025-03-30 21:55:27
fix maintain page typos 1e4efd903e07795a2c8c96cf111eccbaca95c0e3 justinschuldt 2025-03-14 07:00:13
Turkish translations for couple of pages. 198b3c6d20f5219a26adbbec4e6a889e1b4180c4 can kurttekin 2025-03-09 12:33:51
MA472LL/A tested and working 5109958992afd8ffd94ca84a1803943abbb9af01 Skylar "The Cobra" Astaroth 2025-03-05 14:28:46
update revnotes on the home page 5589d09492117b8cdf26c8aa3bcbeec254e0b932 Leah Rowe 2025-02-28 08:48:25
fix date 380d78a68ebb70c99d0115705c6984a4d06c3018 Leah Rowe 2025-02-20 09:16:42
20241206rev10 release announcement 7d5145149283fa0b5ecfb5ebb60f5da1adeb938b Leah Rowe 2025-02-20 08:58:54
add t480 errata regarding the microphone 2095c95771395f616d141e77fd19f7393cd2f276 Leah Rowe 2025-02-19 23:32:24
remove straggler 02f623491b575a57af4db52f391a55d81dd912f7 Leah Rowe 2025-02-18 16:03:29
more snip 40ca3087b78ad30e1309371d5319cbdf1d6de73d Leah Rowe 2025-02-18 15:56:34
Commit 9c86f0c89a55d352da4038f53cb118420ad5acad - docs/linux: Update regarding Fedora "sixteenbit"
It has been reported to me that setting this variable is
no longer required. It *is* required on older Fedora versions,
so it will be retained, but a note has been added saying that
it is no longer required on newer Fedora versions.

Signed-off-by: Leah Rowe <leah@libreboot.org>
Author: Leah Rowe
Author date (UTC): 2025-04-17 00:30
Committer name: Leah Rowe
Committer date (UTC): 2025-04-17 00:30
Parent(s): 0aaf3f328898ef9094ab8495ddc437882b9fb468
Signer:
Signing key:
Signing status: N
Tree: 7aee2a41e14dbd9a5c26e5041151470ab61e1a39
File Lines added Lines deleted
site/docs/linux/index.md 4 0
File site/docs/linux/index.md changed (mode: 100644) (index 0ad58ce..ec6c6ef)
... ... Set the `sixteenbit` variable to an empty string, then run:
165 165
166 166 grub2-mkconfig -o /boot/grub2/grub.cfg grub2-mkconfig -o /boot/grub2/grub.cfg
167 167
168 **NOTE: On newer Federa versions, setting the sixteenbit variable is
169 no longer required and it is no longer present. However, you should still
170 deal with the BLS issue, mentioned below:**
171
168 172 ### BLS issue ### BLS issue
169 173
170 174 With [newer versions of fedora](https://fedoraproject.org/wiki/Changes/BootLoaderSpecByDefault), With [newer versions of fedora](https://fedoraproject.org/wiki/Changes/BootLoaderSpecByDefault),
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