diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-07-08 22:54:40 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-07-08 22:54:40 +0000 |
commit | 99654e81c8f0218b2b935d9725f834240612a08c (patch) | |
tree | eadd16db63fee4f97981a452c96b47ccbeb4d6dd /chapter09 | |
parent | 5a5b3a28c3c63c6ebbe0c667c6aeeece07abb17b (diff) |
Upgraded to udev-062
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6460 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter09')
-rw-r--r-- | chapter09/reboot.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chapter09/reboot.xml b/chapter09/reboot.xml index 31d6b797d..2eff15494 100644 --- a/chapter09/reboot.xml +++ b/chapter09/reboot.xml @@ -27,9 +27,10 @@ installation for the first time! First exit from the chroot environment:</para> <screen><userinput>logout</userinput></screen> -<para>Then unmount the virtual files systems:</para> +<para>Stop the <command>udevd</command> daemon that Udev started earlier, then unmount the virtual files systems:</para> -<screen><userinput>umount $LFS/dev/pts +<screen><userinput>pkill udevd +umount $LFS/dev/pts umount $LFS/dev/shm umount $LFS/dev umount $LFS/proc |