From 9f318ba306fa33ba0e626d6d3dc0bc24291ee2f0 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Tue, 19 Apr 2011 03:26:49 +0000 Subject: Add new /run mount point to top level directories. Mount a tmpfs on /run in bootscripts. Add symlinks to use new /run tmpfs. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9510 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter08/fstab.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chapter08/fstab.xml') 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 EOF -- cgit v1.2.3-54-g00ecf