aboutsummaryrefslogtreecommitdiffstats
path: root/chapter07/rcS.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter07/rcS.xml')
-rw-r--r--chapter07/rcS.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/chapter07/rcS.xml b/chapter07/rcS.xml
index 3a3b0fe16..ca53824a2 100644
--- a/chapter07/rcS.xml
+++ b/chapter07/rcS.xml
@@ -6,7 +6,8 @@ The second main boot script is the <filename>rcS</filename> script. Create a
new file <filename>/etc/init.d/rcS</filename> containing the following:
</para>
-<literallayout>
+<para>
+<screen>
<userinput>cat &gt; rcS &lt;&lt; "EOF"</userinput>
#!/bin/sh
# Begin /etc/init.d/rcS
@@ -35,7 +36,8 @@ done
# End /etc/init.d/rcS
<userinput>EOF</userinput>
-</literallayout>
+</screen>
+</para>
</sect1>