diff options
Diffstat (limited to 'chapter07/network.xml')
-rw-r--r-- | chapter07/network.xml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/chapter07/network.xml b/chapter07/network.xml index 121dc5cb1..f9cea6f1e 100644 --- a/chapter07/network.xml +++ b/chapter07/network.xml @@ -6,9 +6,11 @@ A new file <filename>/etc/sysconfig/network</filename> is created and the hostname is put in it by running: </para> -<blockquote><literallayout> - <userinput>echo "HOSTNAME=lfs" > /etc/sysconfig/network</userinput> -</literallayout></blockquote> +<para> +<screen> +<userinput>echo "HOSTNAME=lfs" > /etc/sysconfig/network</userinput> +</screen> +</para> <para> <quote>lfs</quote> needs to be replaced by the name the computer is to be |