From b822811980a5f82726cb641cbeff66be9eb6d92a Mon Sep 17 00:00:00 2001 From: Mark Hymers Date: Sun, 22 Jul 2001 19:45:10 +0000 Subject: XML changes git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@827 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter07/createdirs.xml | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) (limited to 'chapter07/createdirs.xml') diff --git a/chapter07/createdirs.xml b/chapter07/createdirs.xml index 90980d264..6a6ee3470 100644 --- a/chapter07/createdirs.xml +++ b/chapter07/createdirs.xml @@ -1,18 +1,12 @@ Creating directories - -We need to start by creating a few extra directories that are used by -the boot scripts. These directories are created by running: - +We need to start by creating a few extra directories that are used by +the boot scripts. These directories are created by running: - - -cd /etc && +cd /etc && mkdir rc{0,1,2,3,4,5,6,S}.d init.d sysconfig && -cd init.d - - +cd init.d -- cgit v1.2.3-54-g00ecf