diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-11-07 19:50:41 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-11-07 19:50:41 +0000 |
commit | 09043c0e9a1868974553f8252029b321c233fa49 (patch) | |
tree | 4f482cb6d3d98c68b393104f4bea38ab6030c580 /chapter09 | |
parent | 982932985a585e42889c0adbd26b34e591ac9608 (diff) |
Stop the Udev build process from killing the hosts' udevd process
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7132 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter09')
-rw-r--r-- | chapter09/reboot.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter09/reboot.xml b/chapter09/reboot.xml index babdfaeb2..ba005c90b 100644 --- a/chapter09/reboot.xml +++ b/chapter09/reboot.xml @@ -27,9 +27,9 @@ installation for the first time! First exit from the chroot environment:</para> <screen><userinput>logout</userinput></screen> -<para>Stop the <command>udevd</command> daemon that Udev started earlier, then unmount the virtual files systems:</para> +<para>Unmount the virtual files systems:</para> -<screen><userinput>pkill udevd +<screen><userinput> umount -v $LFS/dev/pts umount -v $LFS/dev/shm umount -v $LFS/dev |