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

15 commits

Author SHA1 Message Date
2741da3959
Fix images path for web usage
We don't plan to use an external website just for the images, so
we need a local path for the images.

Since the images are in www/ in the images repositories, it's easier
to expect the images in img/www to enable easy deployment by users.

The path of the images aren't relative to the page. So we need to use
a kind of absolute path for it to work.

We have the choice of not using any domain (/img/www/) or using a
specific domain (DOMAIN/img/www/). We use the former as the later
doesn't work offline and cannot use the local images.

However the downside is that we need a local web server for it to work
as simply opening the html files in a browser won't work unless the
user puts the images inside /img/www inside the root filesystem.

Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
2023-08-17 01:21:51 +02:00
e63262d53c
Make images work
Before the images were hosted on a separate domain. Since we don't
have that, we moved them in libreboot/img and the address were changed
with the following command:
$ sed 's#av\.libreboot\.srht\.site#libreboot.srht.site/img#g' \
  -i \
  $(git ls-files | xargs grep "av\.libreboot\.srht\.site" | sed 's/:.*//' | sort -u)

Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
2023-03-17 16:56:25 +01:00
39aff0f989
Use the new URL.
The URL was changed with the following command:
$ sed 's#libreboot.org#libreboot.srht.site#g' \
     -i \
     $(git ls-files | xargs grep "libreboot\.org" | sed 's/:.*//' | sort -u)

If the website is moved again in the future we will need to change the
URL again in the same way.

Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
2023-03-17 16:56:25 +01:00
Leah Rowe
d3ed7de6ff docs/hardware: report D945GCLF2D as working 2021-12-08 06:59:01 +00:00
Leah Rowe
21b7c14cdf add note about powertop/macfanctld being redundant in libreboot 20211122 2021-11-23 09:00:02 +00:00
Leah Rowe
dc5882372f Revert "update note about microcode on d16 hardware"
This reverts commit 89caef9c13.
2021-11-19 10:33:44 +00:00
Leah Rowe
4be2eed23e remove nuke notices for c201 stuff. the docs will be retained 2021-11-19 08:49:15 +00:00
Leah Rowe
a5bf39efa2 docs/hardware: note about ram on ga-g41m-es2l 2021-11-18 17:52:12 +00:00
Leah Rowe
89caef9c13 update note about microcode on d16 hardware 2021-11-18 16:58:20 +00:00
Leah Rowe
f482022dbf fix formatting 2021-10-16 12:27:40 +01:00
Vitali64
700a507df1 vitali64: add useful tips for making the macbook21 overheat less with libreboot 2021-10-16 12:25:29 +01:00
Vitali64
8124ab120a vitali64 : Improve macbook21 documentation, part 1 2021-10-16 12:25:25 +01:00
Leah Rowe
70fa9e2f33 also mention X200S/X200T and T400S in the supported hardware list 2021-05-23 22:43:56 +01:00
Leah Rowe
3856e6a267 thinkpad x60/t60 are missing in list of supported hardware. fix this! 2021-05-23 22:43:50 +01:00
Leah Rowe
501e77d996 libreboot site
new one
2021-05-23 22:34:47 +01:00