diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-05-24 12:07:28 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-05-24 12:07:28 +0000 |
commit | 7020dab3c20988cd6ec1091e0cf6f9a677e9cda7 (patch) | |
tree | 8964b3a3f8d09694da9b346c1622d6e8b06578dc /chapter07/createdirs.xml | |
parent | d16064b13d152d92cc182bd20600dd6bf3d87b03 (diff) |
Added sysconfig to the mkdir command
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@654 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter07/createdirs.xml')
-rw-r--r-- | chapter07/createdirs.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter07/createdirs.xml b/chapter07/createdirs.xml index 3079ed6da..fbffcb517 100644 --- a/chapter07/createdirs.xml +++ b/chapter07/createdirs.xml @@ -8,7 +8,7 @@ the boot scripts. These directories are created by running: <blockquote><literallayout> <userinput>cd /etc &&</userinput> - <userinput>mkdir rc{0,1,2,3,4,5,6,S}.d init.d + <userinput>mkdir rc{0,1,2,3,4,5,6,S}.d init.d sysconfig &&</userinput> <userinput>cd init.d</userinput> </literallayout></blockquote> |