Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter11/afterlfs.xml

    r7436c28 rd48812d  
    1 <?xml version="1.0" encoding="UTF-8"?>
     1<?xml version="1.0" encoding="ISO-8859-1"?>
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
    33   "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
     
    131131mounttype run     tmpfs  run
    132132if [ -h $LFS/dev/shm ]; then
    133   install -v -d -m 1777 $LFS$(realpath /dev/shm)
     133  mkdir -pv $LFS/$(readlink $LFS/dev/shm)
    134134else
    135135  mounttype dev/shm tmpfs tmpfs -o nosuid,nodev
Note: See TracChangeset for help on using the changeset viewer.