diff options
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 |