mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-07-23 04:35:11 +01:00
Chapter 9 - Rebooting the system: Reworked umount commands.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2977 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
c5194aac19
commit
a9103442e0
@ -96,6 +96,9 @@
|
|||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
<listitem><para>October 13th, 2003 [greg]: Chapter 9 - Rebooting the system:
|
||||||
|
Reworked umount commands.</para></listitem>
|
||||||
|
|
||||||
<listitem><para>October 11h, 2003 [alex]: Adapted the required disk space
|
<listitem><para>October 11h, 2003 [alex]: Adapted the required disk space
|
||||||
values and SBUs, as posted by Bruce Dubbs.</para></listitem>
|
values and SBUs, as posted by Bruce Dubbs.</para></listitem>
|
||||||
|
|
||||||
|
@ -2,22 +2,28 @@
|
|||||||
<title>Rebooting the system</title>
|
<title>Rebooting the system</title>
|
||||||
<?dbhtml filename="reboot.html" dir="chapter09"?>
|
<?dbhtml filename="reboot.html" dir="chapter09"?>
|
||||||
|
|
||||||
<para>Now that all of the software has been installed, it's time to reboot
|
<para>Now that all of the software has been installed, it's time to exit the
|
||||||
the computer. Before we reboot, let's unmount $LFS/proc and the LFS
|
chroot environment and reboot the computer. Before we exit the chroot
|
||||||
partition itself by running:</para>
|
environment, let's unmount any mounted virtual file systems by running:</para>
|
||||||
|
|
||||||
<screen><userinput>umount $LFS/proc
|
<screen><userinput>umount /proc
|
||||||
umount $LFS</userinput></screen>
|
umount /dev/pts</userinput></screen>
|
||||||
|
|
||||||
<para>If you decided to create multiple partitions, you need to umount the
|
<para>Exit the chroot environment:</para>
|
||||||
other partitions before you umount $LFS, like this:</para>
|
<screen><userinput>logout</userinput></screen>
|
||||||
|
|
||||||
<screen><userinput>umount $LFS/proc
|
<para>Before we reboot, let's unmount the LFS partition itself:</para>
|
||||||
umount $LFS/usr
|
|
||||||
|
<screen><userinput>umount $LFS</userinput></screen>
|
||||||
|
|
||||||
|
<para>If you earlier decided to create multiple partitions, you'll need to
|
||||||
|
unmount the other partitions before you unmount $LFS, like this:</para>
|
||||||
|
|
||||||
|
<screen><userinput>umount $LFS/usr
|
||||||
umount $LFS/home
|
umount $LFS/home
|
||||||
umount $LFS</userinput></screen>
|
umount $LFS</userinput></screen>
|
||||||
|
|
||||||
<para>And you can reboot your system by running something like:</para>
|
<para>And now you can reboot your system by running something like:</para>
|
||||||
|
|
||||||
<screen><userinput>/sbin/shutdown -r now</userinput></screen>
|
<screen><userinput>/sbin/shutdown -r now</userinput></screen>
|
||||||
|
|
||||||
|
@ -3,8 +3,8 @@
|
|||||||
"/usr/share/docbook/docbookx.dtd" [
|
"/usr/share/docbook/docbookx.dtd" [
|
||||||
|
|
||||||
|
|
||||||
<!ENTITY version "20031013">
|
<!ENTITY version "20031014">
|
||||||
<!ENTITY releasedate "October 13th, 2003">
|
<!ENTITY releasedate "October 14th, 2003">
|
||||||
<!ENTITY nbsp " ">
|
<!ENTITY nbsp " ">
|
||||||
|
|
||||||
<!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org">
|
<!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org">
|
||||||
|
Loading…
Reference in New Issue
Block a user