Changeset 6478cf6


Ignore:
Timestamp:
09/25/2023 10:12:30 AM (8 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.1, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18
Children:
6da63af, 7acd427
Parents:
a6039f2
Message:

firmware: Use "/plain" for browsing the tree of the git repo, and add the correct URL for cloning

Fixes #18632.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/config/firmware.xml

    ra6039f2 r6478cf6  
    44  <!ENTITY % general-entities SYSTEM "../../general.ent">
    55  %general-entities;
     6  <!ENTITY linux-firmware-git "https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git">
    67]>
    78
     
    2526  <para>
    2627    Currently, most firmware can be found at a <userinput>git</userinput>
    27     repository: <ulink url=
    28       "https://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git/tree/"/>.
     28    repository which can be viewed in the browser with the URL
     29    <ulink url="&linux-firmware-git;/plain"/>.
    2930    For convenience, the LFS Project has created a mirror, updated daily, where
    3031    these firmware files can be accessed via <userinput>wget</userinput> or a
     
    3435  <para>
    3536    To get the firmware, either point a browser to one of the above
    36     repositories and then download the item(s) which you need, or install
    37     <xref linkend="git"/> and clone that repository.
     37    repositories and then download the item(s) which you need.  If you want
     38    all these firmware files (for example you are distributing the system
     39    onto multiple hardware systems), install <xref linkend="git"/> and clone
     40    <ulink url='&linux-firmware-git;'/>, or open this URL in a browser and
     41    download the latest snapshot listed in the <literal>Tag</literal>
     42    table.
    3843  </para>
    3944
Note: See TracChangeset for help on using the changeset viewer.