|
@@ -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
|