blob: fbffcb5170ed87f822c7478169e7d1994052b6e8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<sect1 id="ch07-createdirs">
<title>Creating directories</title>
<para>
We need to start by creating a few extra directories that are used by
the boot scripts. These directories are created by running:
</para>
<blockquote><literallayout>
<userinput>cd /etc &&</userinput>
<userinput>mkdir rc{0,1,2,3,4,5,6,S}.d init.d sysconfig
&&</userinput>
<userinput>cd init.d</userinput>
</literallayout></blockquote>
</sect1>
|