source: chapter06/linux-firmware.xml@ 8f1c7df

multilib-10.1
Last change on this file since 8f1c7df was 8f1c7df, checked in by Thomas Trepl <thomas@…>, 4 years ago

Upgrade isl-0.22; linux-firmware-20191026

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multilib@11704 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

  • Property mode set to 100644
File size: 1.7 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../general.ent">
5 %general-entities;
6]>
7
8<!--
9 Linux Firmware
10 ~~~~~~~~~~~~~~
11
12 Checkout the tree at
13 https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/tree/
14
15 $ PKGNAME=linux-firmware-$(date +%Y%m%d)
16 $ mkdir -pv $PKGNAME
17 $ cd $PKGNAME
18 $ <<checkout git tree here>>
19 $ cd ..
20 $ tar -cJf ${PKGNAME}.tar.xz $PKGNAME
21-->
22<sect1 id="ch-system-linux-firmware" role="wrap">
23 <?dbhtml filename="linux-firmware.html"?>
24
25 <sect1info condition="script">
26 <productname>linux-firmware</productname>
27 <productnumber>&linux-firmware-version;</productnumber>
28 <address>&linux-firmware-url;</address>
29 </sect1info>
30
31 <title>Linux-Firmware-&linux-firmware-version;</title>
32
33 <indexterm zone="ch-system-linux-firmware">
34 <primary sortas="a-Linux-Firmware">Linux-Firmware</primary>
35 </indexterm>
36
37 <sect2 role="package">
38 <title/>
39
40 <para>The Linux-Firmware package contains propietary kernel "blobs"
41 required for some specific hardware.</para>
42
43 <segmentedlist>
44 <segtitle>&buildtime;</segtitle>
45 <segtitle>&diskspace;</segtitle>
46
47 <seglistitem>
48 <seg>&linux-firmware-ch6-sbu;</seg>
49 <seg>&linux-firmware-ch6-du;</seg>
50 </seglistitem>
51 </segmentedlist>
52
53 </sect2>
54
55 <sect2 role="installation">
56 <title>Installation of Linux-Firmware</title>
57
58 <para>Install the Linux-Firmware package with the following commands:</para>
59
60<screen><userinput remap="install">cp -Rv * /lib/firmware</userinput></screen>
61
62 </sect2>
63
64</sect1>
Note: See TracBrowser for help on using the repository browser.