diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-07-10 15:06:31 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-07-10 15:06:31 +0000 |
commit | 3229c6b8a21173d078d03094e1dfc931bd6146bc (patch) | |
tree | 18c04387a74a9559938b9c3a26bad21e80574c52 /chapter08/reboot.xml | |
parent | b4ffa369d68fbce4b8e9bc30474e01630a41f303 (diff) |
Changed literallayout's to screen's
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@771 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter08/reboot.xml')
-rw-r--r-- | chapter08/reboot.xml | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/chapter08/reboot.xml b/chapter08/reboot.xml index ef893ef1c..e55145af9 100644 --- a/chapter08/reboot.xml +++ b/chapter08/reboot.xml @@ -7,18 +7,22 @@ it's time to reboot the computer. Before we reboot let's exit the chroot'ed environment first and unmount the LFS partition by running: </para> -<blockquote><literallayout> - <userinput>umount $LFS/proc &&</userinput> - <userinput>umount $LFS</userinput> -</literallayout></blockquote> +<para> +<screen> +<userinput>umount $LFS/proc &&</userinput> +<userinput>umount $LFS</userinput> +</screen> +</para> <para> And you can reboot your system by running something like: </para> -<blockquote><literallayout> - <userinput>/sbin/shutdown -r now</userinput> -</literallayout></blockquote> +<para> +<screen> +<userinput>/sbin/shutdown -r now</userinput> +</screen> +</para> <para> At the LILO: prompt make sure that you tell it to boot |