From 3ddb6153c391ef5dbacd81d2c3a83cdf6ca6aba1 Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Tue, 28 May 2002 00:34:53 +0000 Subject: dealing with umounting multiple partitions git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1920 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter09/reboot.xml | 12 ++++++++++-- index.xml | 4 ++-- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/chapter09/reboot.xml b/chapter09/reboot.xml index c0763cd26..788e43160 100644 --- a/chapter09/reboot.xml +++ b/chapter09/reboot.xml @@ -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: -umount $LFS/proc && -umount $LFS +umount $LFS/proc && +umount $LFS + +If you decided to create multiple partitions, you need to umount the +other partitions before you umount $LFS, like this: + +umount $LFS/proc && +umount $LFS/usr && +umount $LFS/home && +umount $LFS And you can reboot your system by running something like: diff --git a/index.xml b/index.xml index d3d5b8748..bcc44b306 100644 --- a/index.xml +++ b/index.xml @@ -4,8 +4,8 @@ - - + + -- cgit v1.2.3-54-g00ecf