blob: 0831e787467b498a334784ec20ab534b628ad347 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<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. Create these directories by running:
</para>
<blockquote><literallayout>
<userinput>cd /etc &&</userinput>
<userinput>mkdir sysconfig rc0.d rc1.d rc2.d rc3.d &&</userinput>
<userinput>mkdir rc4.d rc5.d rc6.d init.d rcS.d &&</userinput>
<userinput>cd init.d</userinput>
</literallayout></blockquote>
</sect1>
|