clfs-3.0.0-systemd
clfs-3.0.0-sysvinit
systemd
sysvinit
Last change
on this file since 7f459ee was 80a3b8a, checked in by Chris Staub <chris@…>, 11 years ago |
Rename bootscripts to boot-scripts and use a new package that doesn't need patching
|
-
Property mode
set to
100644
|
File size:
1.4 KB
|
Rev | Line | |
---|
[3f8be484] | 1 | <?xml version="1.0" encoding="ISO-8859-1"?>
|
---|
[aa18ac0] | 2 | <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
---|
| 3 | "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
---|
[3f8be484] | 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 | <para os="a">This is for the configuration of <command>silo</command>, similar
|
---|
[80a3b8a] | 19 | to what is in boot-scripts.</para>
|
---|
[3f8be484] | 20 |
|
---|
[3f76cac] | 21 | <screen><userinput>cat > ${CLFS}/etc/silo.conf << "EOF"
|
---|
[3f8be484] | 22 | <literal># Begin /etc/silo.conf
|
---|
| 23 | partition = 1 # Boot partition (= root partition)
|
---|
| 24 | root = /dev/sda1 # Root partition
|
---|
| 25 | timeout = 150 # Wait 15 seconds before booting the default section
|
---|
| 26 |
|
---|
[b468c1d] | 27 | image = /tools/boot/vmlinuz-clfs-&linux-version;
|
---|
[3f8be484] | 28 | label = linux
|
---|
| 29 | # End /etc/silo.conf</literal>
|
---|
| 30 | EOF</userinput></screen>
|
---|
| 31 |
|
---|
| 32 | <para os="b">If you already have Silo installed on your target system, you do
|
---|
| 33 | not need to reinstall it. Silo is just a chain loader and has no bearing on
|
---|
| 34 | the system build.</para>
|
---|
| 35 |
|
---|
[a1c119a] | 36 | <para os="c">After you get the build copied to the system that it will
|
---|
| 37 | boot from, you will need to issue the following command:</para>
|
---|
[3f8be484] | 38 |
|
---|
| 39 | <screen os="d"><userinput>silo -f</userinput></screen>
|
---|
| 40 |
|
---|
| 41 | </sect1>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.