diff options
Diffstat (limited to 'chapter08/fstab.xml')
-rw-r--r-- | chapter08/fstab.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter08/fstab.xml b/chapter08/fstab.xml index dd43c414b..9440ce5e0 100644 --- a/chapter08/fstab.xml +++ b/chapter08/fstab.xml @@ -30,7 +30,7 @@ proc /proc proc defaults 0 0 sysfs /sys sysfs defaults 0 0 devpts /dev/pts devpts gid=4,mode=620 0 0 -tmpfs /dev/shm tmpfs defaults 0 0 +tmpfs /run tmpfs defaults 0 0 # End /etc/fstab</literal> EOF</userinput></screen> |