aboutsummaryrefslogtreecommitdiffstats
path: root/chapter07/createdirs.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter07/createdirs.xml')
-rw-r--r--chapter07/createdirs.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/chapter07/createdirs.xml b/chapter07/createdirs.xml
new file mode 100644
index 000000000..0831e7874
--- /dev/null
+++ b/chapter07/createdirs.xml
@@ -0,0 +1,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 &amp;&amp;</userinput>
+ <userinput>mkdir sysconfig rc0.d rc1.d rc2.d rc3.d &amp;&amp;</userinput>
+ <userinput>mkdir rc4.d rc5.d rc6.d init.d rcS.d &amp;&amp;</userinput>
+ <userinput>cd init.d</userinput>
+
+</literallayout></blockquote>
+
+</sect1>
+