Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter11/afterlfs.xml

    r7436c28 r8cf42d4  
    131131mounttype run     tmpfs  run
    132132if [ -h $LFS/dev/shm ]; then
    133   install -v -d -m 1777 $LFS$(realpath /dev/shm)
     133  mkdir -pv $LFS$(realpath /dev/shm)
    134134else
    135135  mounttype dev/shm tmpfs tmpfs -o nosuid,nodev
Note: See TracChangeset for help on using the changeset viewer.