diff options
Diffstat (limited to 'chapter07/rc.xml')
-rw-r--r-- | chapter07/rc.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/chapter07/rc.xml b/chapter07/rc.xml index 2e86e031c..2372755a5 100644 --- a/chapter07/rc.xml +++ b/chapter07/rc.xml @@ -6,7 +6,8 @@ The first main boot script is the <filename>/etc/init.d/rc</filename> script. A new file <filename>/etc/init.d/rc</filename> is created containing the following: </para> -<literallayout> +<para> +<screen> <userinput>cat > rc << "EOF"</userinput> #!/bin/sh # Begin /etc/init.d/rc @@ -245,7 +246,8 @@ fi # End /etc/init.d/rc <userinput>EOF</userinput> -</literallayout> +</screen> +</para> </sect1> |