From 8ef83047f979cb4addce1547008b3981359e3304 Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Thu, 2 Feb 2006 21:03:09 +0000 Subject: Indenting chapter 6, part 3 git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7325 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/createfiles.xml | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to 'chapter06/createfiles.xml') diff --git a/chapter06/createfiles.xml b/chapter06/createfiles.xml index 734fedc33..03107ce8d 100644 --- a/chapter06/createfiles.xml +++ b/chapter06/createfiles.xml @@ -1,16 +1,19 @@ - %general-entities; ]> + -Creating Essential Symlinks - + + + Creating Essential Symlinks -Some programs use hard-wired paths to programs which do not exist yet. In -order to satisfy these programs, create a number of symbolic links which will be -replaced by real files throughout the course of this chapter after the software -has been installed. + Some programs use hard-wired paths to programs which do not exist yet. In + order to satisfy these programs, create a number of symbolic links which will be + replaced by real files throughout the course of this chapter after the software + has been installed. ln -sv /tools/bin/{bash,cat,pwd,stty} /bin ln -sv /tools/bin/perl /usr/bin @@ -18,4 +21,3 @@ ln -sv /tools/lib/libgcc_s.so{,.1} /usr/lib ln -sv bash /bin/sh - -- cgit v1.2.3-54-g00ecf