aboutsummaryrefslogtreecommitdiffstats
path: root/chapter07/createdirs.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter07/createdirs.xml')
-rw-r--r--chapter07/createdirs.xml13
1 files changed, 7 insertions, 6 deletions
diff --git a/chapter07/createdirs.xml b/chapter07/createdirs.xml
index fbffcb517..90980d264 100644
--- a/chapter07/createdirs.xml
+++ b/chapter07/createdirs.xml
@@ -6,12 +6,13 @@ 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 &amp;&amp;</userinput>
- <userinput>mkdir rc{0,1,2,3,4,5,6,S}.d init.d sysconfig
- &amp;&amp;</userinput>
- <userinput>cd init.d</userinput>
-</literallayout></blockquote>
+<para>
+<screen>
+<userinput>cd /etc &amp;&amp;</userinput>
+<userinput>mkdir rc{0,1,2,3,4,5,6,S}.d init.d sysconfig &amp;&amp;</userinput>
+<userinput>cd init.d</userinput>
+</screen>
+</para>
</sect1>