2
1
Fork 0
mirror of https://git.savannah.gnu.org/git/gnuboot.git synced 2025-01-04 07:17:40 +01:00
Commit graph

17 commits

Author SHA1 Message Date
b42fd2220c
Merge the website into GNU Boot
The website and the documentation are currently in a separate
repository.

Since we want to be able to have commits that modify both the code and
the documentation in order to keep everything in sync, we need to
merge both histories.

It's also a good idea to do that as early as possible as we don't need
to deal with the confusion of having to keep an extra unused git
repository for historic purposes.

Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Acked-by: Adrien 'neox' Bourmault <neox@gnu.org>
2023-10-07 19:27:31 +02:00
a64d284fd7
.gitignore: order alphabetically
The sort was done with 'sort -u'.

Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Acked-by: Adrien 'neox' Bourmault <neox@gnu.org>
2023-08-22 21:18:12 +02:00
9fcac299dc
.gitignore: order alphabetically
The sort was done with 'sort -u'.

Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
2023-08-17 03:19:37 +02:00
Leah Rowe
56698000fa remove entry in .gitignore from the last commit 2021-12-29 01:04:18 +00:00
Vitali64
cff081c6db Fix grub's slow boot
On many boards, grub takes a very long time to
search for a grub.cfg file on the disk.
The problem is the search_grub function which
takes a long time to complete.
I (vitali64) studied the grub.cfg from 2016 and
the grub.cfg from 2021 and optimized the
grub.cfg. It should be faster now.
2021-12-29 01:03:18 +00:00
Leah Rowe
abd138470c add news page requesting translations 2021-12-11 10:03:42 +00:00
Leah Rowe
eed25bd220 update coreboot and nuke tianocore
tianocore is a liability for the libreboot project. it's a bloated mess, and
unreliable, broken on many boards, and basically impossible to audit.

i don't trust tianocore, so i'm removing it.
2021-11-22 10:03:50 +00:00
Leah Rowe
68d3c9372a Revert "nuke memtest86+"
This reverts commit 84a1bc502b.
2021-11-01 02:51:10 +00:00
Leah Rowe
84a1bc502b nuke memtest86+ 2021-10-31 20:52:01 +00:00
Leah Rowe
7e603a967c add new index page for docs/release/ 2021-08-31 10:21:24 +01:00
Leah Rowe
29197a9c9e fix .gitignore so that the problem the last commit fixed can't happen again 2021-07-21 02:21:34 +01:00
Leah Rowe
ea99fe4975 update .gitignore 2021-05-23 22:37:13 +01:00
Leah Rowe
c31e235527 fix .gitignore 2021-05-23 22:36:51 +01:00
Leah Rowe
6435d173d0 add .sha1sum to gitignore 2021-05-23 22:36:09 +01:00
Leah Rowe
501e77d996 libreboot site
new one
2021-05-23 22:34:47 +01:00
Leah Rowe
208a793107 update README 2021-05-18 14:05:01 +01:00
Leah Rowe
89517ed6b9 libreboot!
this is forked from the "libre" branch in osboot, which is itself a libre,
deblobbed fork of osboot, a blobbed up fork of libreboot

libreboot needed to be purged clean. this is the new libreboot development
repository. the old one has been abandoned
2021-05-18 13:56:12 +01:00