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