source: BOOK/bootscripts/mips/bootscripts.xml@ 0babf98

clfs-1.2 clfs-2.1 clfs-3.0.0-systemd clfs-3.0.0-sysvinit systemd sysvinit
Last change on this file since 0babf98 was 35df0c1c, checked in by Jim Gifford <clfs@…>, 19 years ago

r662@server (orig r660): manuel | 2005-11-08 13:37:45 -0800
Removing SBUs and DUs. Chapters bootscripts and bootable.

  • Property mode set to 100644
File size: 1.2 KB
RevLine 
[3f8be484]1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 <!ENTITY % patches-entities SYSTEM "../../patches.ent">
6 %general-entities;
7 %patches-entities;
8]>
9
10<sect1 id="ch-scripts-bootscripts" role="wrap">
11 <?dbhtml filename="bootscripts.html"?>
12
13 <title>LFS-Bootscripts-&lfs-bootscripts-version;</title>
14
15 <indexterm zone="ch-scripts-bootscripts">
16 <primary sortas="a-Bootscripts">Bootscripts</primary>
17 </indexterm>
18
[35df0c1c]19 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
20 href="../common/bootscripts.xml"
21 xpointer="xpointer(//*[@role='package'])"/>
[3f8be484]22
23 <sect2 role="installation">
24 <title>Installation of LFS-Bootscripts</title>
25
26 <para>The following patch allows the RaQ2/Qube2 use the LCD Screen
27 with the bootscripts:</para>
28
29<screen><userinput>patch -Np1 -i contrib/&lfs-bootscripts-raq2-patch;</userinput></screen>
30
31 <para>Install the package:</para>
32
33<screen><userinput>make install</userinput></screen>
34
35 </sect2>
36
37 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
38 href="../common/bootscripts.xml"
39 xpointer="xpointer(id('contents-bootscripts'))"/>
40
41</sect1>
Note: See TracBrowser for help on using the repository browser.