diff options
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 |