2004-05-03 11:59:46 +01:00
|
|
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
|
|
|
|
<!ENTITY % general-entities SYSTEM "../general.ent">
|
|
|
|
%general-entities;
|
|
|
|
]>
|
2004-01-27 22:29:49 +00:00
|
|
|
<sect1 id="ch-finish-reboot">
|
2005-01-30 11:27:57 +00:00
|
|
|
<title>Rebooting the System</title>
|
2004-05-03 11:59:46 +01:00
|
|
|
<?dbhtml filename="reboot.html"?>
|
2001-08-27 23:17:43 +01:00
|
|
|
|
2003-10-14 07:12:00 +01:00
|
|
|
<screen><userinput>logout</userinput></screen>
|
|
|
|
|
2004-02-28 11:26:41 +00:00
|
|
|
<screen><userinput>umount $LFS/dev/pts
|
2004-05-03 22:28:58 +01:00
|
|
|
umount $LFS/dev/shm
|
|
|
|
umount $LFS/dev
|
|
|
|
umount $LFS/proc
|
2005-01-30 10:44:38 +00:00
|
|
|
umount $LFS/sys</userinput></screen>
|
2003-10-14 07:12:00 +01:00
|
|
|
|
|
|
|
<screen><userinput>umount $LFS</userinput></screen>
|
2002-05-28 01:34:53 +01:00
|
|
|
|
2004-12-19 19:08:13 +00:00
|
|
|
<para>If multiple partitions were created, unmount the other
|
|
|
|
partitions before unmounting the main one, like this:</para>
|
2002-05-28 01:34:53 +01:00
|
|
|
|
2003-10-14 07:12:00 +01:00
|
|
|
<screen><userinput>umount $LFS/usr
|
2003-05-13 08:38:47 +01:00
|
|
|
umount $LFS/home
|
2003-10-10 00:22:07 +01:00
|
|
|
umount $LFS</userinput></screen>
|
2001-08-27 23:17:43 +01:00
|
|
|
|
2004-02-23 22:09:27 +00:00
|
|
|
<screen><userinput>shutdown -r now</userinput></screen>
|
2001-08-27 23:17:43 +01:00
|
|
|
|
|
|
|
</sect1>
|