blob: 3079ed6da085ddc4c1e0a0242a62791e85e70785 (
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
&&</userinput>
<userinput>cd init.d</userinput>
</literallayout></blockquote>
</sect1>
|