From e421d2e1df618260a60b79f2dc97d89d16c407b8 Mon Sep 17 00:00:00 2001 From: Alex Gronenwoud Date: Tue, 24 Feb 2004 22:14:47 +0000 Subject: Adding a comment on package management, and undoing the mistaken deletion of the virtual unmounts. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3260 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter09/reboot.xml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'chapter09') diff --git a/chapter09/reboot.xml b/chapter09/reboot.xml index d5ef9bf58..56dc83ec6 100644 --- a/chapter09/reboot.xml +++ b/chapter09/reboot.xml @@ -7,12 +7,17 @@ your computer. First exit from the chroot environment: logout -Then unmount the LFS file system: +Then unmount the virtual files systems: + +umount /dev/pts +umount /proc + +And unmount the LFS file system: umount $LFS -If you earlier decided to create multiple partitions, you'll need to -unmount the other partitions before you unmount $LFS, like this: +If at the start you decided to create multiple partitions, you'll need to +unmount the other partitions before unmounting the main one, like this: umount $LFS/usr umount $LFS/home -- cgit v1.2.3-54-g00ecf