source: boot/sparc64/silo.xml@ 1e3160e

Last change on this file since 1e3160e was bf8c11f, checked in by Jim Gifford <clfs@…>, 19 years ago

r627@server (orig r625): jim | 2005-10-31 12:59:34 -0800
Import of Cross-LFS Book

  • Property mode set to 100644
File size: 1.4 KB
Line 
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 %general-entities;
6]>
7
8<sect1 id="ch-boot-silo" role="wrap">
9 <?dbhtml filename="silo.html"?>
10
11 <title>Making the Temporary System Bootable</title>
12
13 <indexterm zone="ch-boot-silo">
14 <primary sortas="a-Silo">Silo</primary>
15 <secondary>boot, configuring</secondary>
16 </indexterm>
17
18 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
19 href="../sparc/silo.xml"
20 xpointer="xpointer(//*[@os='a'])"/>
21
22<screen os="aa"><userinput>cat &gt; ${LFS}/etc/silo.conf &lt;&lt; "EOF"
23<literal># Begin /etc/silo.conf
24partition = 1 # Boot partition (= root partition)
25root = /dev/sda1 # Root partition
26timeout = 150 # Wait 15 seconds before booting the default section
27
28image = /boot/lfskernel-&linux-sparc64-version;
29 label = linux
30# End /etc/silo.conf</literal>
31EOF</userinput></screen>
32
33 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
34 href="../sparc/silo.xml"
35 xpointer="xpointer(//*[@os='b'])"/>
36
37 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
38 href="../sparc/silo.xml"
39 xpointer="xpointer(//*[@os='c'])"/>
40
41 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
42 href="../sparc/silo.xml"
43 xpointer="xpointer(//*[@os='d'])"/>
44
45</sect1>
Note: See TracBrowser for help on using the repository browser.