Changes in BOOK/the-end/reboot.xml [e3a8717:c6b94da]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/the-end/reboot.xml
re3a8717 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.