mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-05 22:04:48 +00:00
dealing with umounting multiple partitions
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1920 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
2b30797246
commit
3ddb6153c3
@ -6,8 +6,16 @@
|
||||
it's time to reboot the computer. Before we reboot let's unmount
|
||||
$LFS/proc and the LFS partition itself by running:</para>
|
||||
|
||||
<para><screen><userinput>umount $LFS/proc &&</userinput>
|
||||
<userinput>umount $LFS</userinput></screen></para>
|
||||
<para><screen><userinput>umount $LFS/proc &&
|
||||
umount $LFS</userinput></screen></para>
|
||||
|
||||
<para>If you decided to create multiple partitions, you need to umount the
|
||||
other partitions before you umount $LFS, like this:</para>
|
||||
|
||||
<para><screen><userinput>umount $LFS/proc &&
|
||||
umount $LFS/usr &&
|
||||
umount $LFS/home &&
|
||||
umount $LFS</userinput></screen></para>
|
||||
|
||||
<para>And you can reboot your system by running something like:</para>
|
||||
|
||||
|
@ -4,8 +4,8 @@
|
||||
|
||||
<!ENTITY book SYSTEM "book/book.xml">
|
||||
|
||||
<!ENTITY version "20020526">
|
||||
<!ENTITY releasedate "May 26th, 2002">
|
||||
<!ENTITY version "20020527">
|
||||
<!ENTITY releasedate "May 27th, 2002">
|
||||
|
||||
<!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org">
|
||||
<!ENTITY http-root "http://ftp.linuxfromscratch.org">
|
||||
|
Loading…
Reference in New Issue
Block a user