diff options
Diffstat (limited to 'chapter07/mountfs.xml')
-rw-r--r-- | chapter07/mountfs.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/chapter07/mountfs.xml b/chapter07/mountfs.xml index 242924f42..969cac4f5 100644 --- a/chapter07/mountfs.xml +++ b/chapter07/mountfs.xml @@ -6,7 +6,8 @@ A new file <filename>/etc/init.d/mountfs</filename> is created containing the following: </para> -<literallayout> +<para> +<screen> <userinput>cat > mountfs << "EOF"</userinput> #!/bin/sh # Begin /etc/init.d/mountfs @@ -102,7 +103,8 @@ esac # End /etc/init.d/mountfs <userinput>EOF</userinput> -</literallayout> +</screen> +</para> </sect1> |