diff options
author | Swift Geek <swiftgeek@gmail.com> | 2018-03-28 11:44:58 +0000 |
---|---|---|
committer | Gogs <gogitservice@gmail.com> | 2018-03-28 11:44:58 +0000 |
commit | 00148934cf5f40ee158a761d42f919b2f6545bdb (patch) | |
tree | 9eac84619b9be066c0720d928573605abcddd2ba | |
parent | 6e8246d1556ed7d52734693ef936f951b65b6751 (diff) | |
parent | d74a7811ca3d3b1f8abd1fb10e0349923be2f00b (diff) | |
download | librebootfr-00148934cf5f40ee158a761d42f919b2f6545bdb.tar.gz librebootfr-00148934cf5f40ee158a761d42f919b2f6545bdb.zip |
Merge branch 'www/fix-link-on-download-page' of libreboot/libreboot into master
-rw-r--r-- | www/download.md | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/www/download.md b/www/download.md index 242e39d3..c12b8b07 100644 --- a/www/download.md +++ b/www/download.md @@ -30,8 +30,10 @@ pubkey: [lbkey.asc](lbkey.asc). Do you have a mirror? --------------------- -Let us know! We will add it here. Instructions for how to mirror -libreboot releases can be found [on the mirrors](#https). +Let us know! We will add it here. + +If you wish to create a new mirror of the Libreboot releases, you can use +*rsync*. See: [rsync mirror list](#rsync). HTTPS mirrors {#https} ------------- @@ -61,7 +63,14 @@ Project, USA) RSYNC mirrors {#rsync} ------------- -Useful for mirroring Libreboot's entire set of release archives. +Useful for mirroring Libreboot's entire set of release archives. You can put +an rsync command into crontab and pull the files into a directory on your +web server. + +*It is highly recommended that you use the libreboot.org mirror*, if you wish +to host an official mirror. Otherwise, if you simply want to create your own +local mirror, you should use one of the other mirrors, which sync from +libreboot.org. <rsync://rsync.libreboot.org/mirrormirror/> (Libreboot project official mirror) |