blob: 90980d264a8a45b82f90142decd5cff26831f1bf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<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>
<para>
<screen>
<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>
</screen>
</para>
</sect1>
|