Ignore:
Timestamp:
Dec 18, 2013, 1:04:00 AM (12 years ago)
Author:
Chris Staub <chris@…>
Children:
f975b3a
Parents:
1c9985f (diff), 8abef998 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Updated simp branch to match main book

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/the-end/reboot.xml

    r1c9985f r026bb5d  
    3838
    3939<screen><userinput>umount ${CLFS}/dev/pts
    40 umount ${CLFS}/dev/shm
     40
     41if [ -h ${CLFS}/dev/shm ]; then
     42  link=$(readlink ${CLFS}/dev/shm)
     43  umount -v ${CLFS}/$link
     44  unset link
     45else
     46  umount -v ${CLFS}/dev/shm
     47fi
     48
    4149umount ${CLFS}/dev
    4250umount ${CLFS}/proc
Note: See TracChangeset for help on using the changeset viewer.