reboot.xml 851 B

1234567891011121314151617181920212223242526272829
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
  3. <!ENTITY % general-entities SYSTEM "../general.ent">
  4. %general-entities;
  5. ]>
  6. <sect1 id="ch-finish-reboot">
  7. <title>Rebooting the System</title>
  8. <?dbhtml filename="reboot.html"?>
  9. <screen><userinput>logout</userinput></screen>
  10. <screen><userinput>umount $LFS/dev/pts
  11. umount $LFS/dev/shm
  12. umount $LFS/dev
  13. umount $LFS/proc
  14. umount $LFS/sys</userinput></screen>
  15. <screen><userinput>umount $LFS</userinput></screen>
  16. <para>If multiple partitions were created, unmount the other
  17. partitions before unmounting the main one, like this:</para>
  18. <screen><userinput>umount $LFS/usr
  19. umount $LFS/home
  20. umount $LFS</userinput></screen>
  21. <screen><userinput>shutdown -r now</userinput></screen>
  22. </sect1>