Ignore:
Timestamp:
02/03/2006 06:23:22 PM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Children:
fa994c9
Parents:
b4cd3c5
Message:

Ported r7294 to r7325 from trunk to alphabetical branch.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/createfiles.xml

    rb4cd3c5 re6ab4b5  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    2 <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
     2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
     3  "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    34  <!ENTITY % general-entities SYSTEM "../general.ent">
    45  %general-entities;
    56]>
     7
    68<sect1 id="ch-system-createfiles">
    7 <title>Creating Essential Symlinks</title>
    8 <?dbhtml filename="createfiles.html"?>
     9  <?dbhtml filename="createfiles.html"?>
    910
    10 <para>Some programs use hard-wired paths to programs which do not exist yet. In
    11 order to satisfy these programs, create a number of symbolic links which will be
    12 replaced by real files throughout the course of this chapter after the software
    13 has been installed.</para>
     11  <title>Creating Essential Symlinks</title>
     12
     13  <para>Some programs use hard-wired paths to programs which do not exist yet. In
     14  order to satisfy these programs, create a number of symbolic links which will be
     15  replaced by real files throughout the course of this chapter after the software
     16  has been installed.</para>
    1417
    1518<screen><userinput>ln -sv /tools/bin/{bash,cat,pwd,stty} /bin
     
    1922
    2023</sect1>
    21 
Note: See TracChangeset for help on using the changeset viewer.