Changeset c6b94da
- Timestamp:
 - Oct 5, 2013, 10:06:35 PM (12 years ago)
 - Branches:
 - clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
 - Children:
 - e96c16e
 - Parents:
 - 58a30f9
 - File:
 - 
      
- 1 edited
 
- 
          
  BOOK/the-end/reboot.xml (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
BOOK/the-end/reboot.xml
r58a30f9 rc6b94da 38 38 39 39 <screen><userinput>umount ${CLFS}/dev/pts 40 umount ${CLFS}/dev/shm 40 41 if [ -h ${CLFS}/dev/shm ]; then 42 link=$(readlink ${CLFS}/dev/shm) 43 umount -v ${CLFS}/$link 44 unset link 45 else 46 umount -v ${CLFS}/dev/shm 47 fi 48 41 49 umount ${CLFS}/dev 42 50 umount ${CLFS}/proc  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  