Changeset 83c6411


Ignore:
Timestamp:
09/29/2004 08:06:11 PM (20 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
6.0
Children:
00caac0
Parents:
b9626c1
Message:

Tags & typo corrections.

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

Location:
chapter06
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter06/strippingagain.xml

    rb9626c1 r83c6411  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    2 <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd">
     2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
     3  <!ENTITY % general-entities SYSTEM "../general.ent">
     4  %general-entities;
     5]>
    36<sect1 id="ch-system-strippingagain">
    47<title>Stripping Again</title>
     
    1316<para>Most people who use the command mentioned below do not
    1417experience any difficulties. However, it is easy to make a typo and
    15 render the new system unusable, so before running the strip command,
    16 it is a good idea to make a backup of the current
    17 situation.</para>
     18render the new system unusable, so before running the
     19<command>strip</command> command, it is a good idea to make a
     20backup of the current situation.</para>
    1821
    1922<para>Before performing the stripping, take special care to ensure that
     
    4346
    4447<para>If disk space is very tight, the
    45 <parameter>--strip-all</parameter> options can be used on the binaries
     48<parameter>--strip-all</parameter> option can be used on the binaries
    4649in <filename class="directory">/{,usr/}{bin,sbin}</filename> to gain
    4750several more megabytes. Do not use this option on libraries&mdash;they will
  • chapter06/sysvinit.xml

    rb9626c1 r83c6411  
    104104before doing anything else. This escape sequence switches the console
    105105character set to a user-defined one, which can be modified by running
    106 the <command>setfont</command> program. The console initscript from
    107 the LFS-Bootscripts package calls the <command>setfont</command>
     106the <command>setfont</command> program. The <command>console</command>
     107initscript from the LFS-Bootscripts package calls the <command>setfont</command>
    108108program during system startup. Sending this escape sequence is
    109109necessary for people who use non-ISO 8859-1 screen fonts, but it does
     
    142142<listitem>
    143143<para>the first process to be started when the kernel has initialized
    144 the hardware. Init takes over the boot process and starts all the
    145 proceses it is instructed to.</para>
     144the hardware. <command>init</command> takes over the boot process and
     145starts all the proceses it is instructed to.</para>
    146146<indexterm zone="ch-system-sysvinit init"><primary sortas="b-init">init</primary></indexterm>
    147147</listitem>
Note: See TracChangeset for help on using the changeset viewer.