[pkg-fso-commits] [SCM] Various non-packaged files branch, master, updated. 35d2524c30ded29b75d033bc15848183b0f4f0f7

Timo Juhani Lindfors timo.lindfors at iki.fi
Mon Jan 9 08:53:10 UTC 2012


The following commit has been merged in the master branch:
commit a801ac157062c4f8a42a032e24a8addd6fa122dc
Author: Timo Juhani Lindfors <timo.lindfors at iki.fi>
Date:   Mon Jan 9 10:52:51 2012 +0200

    Let /var/run and /var/lock be symlinks to /run
    
    We no longer need to have a separate tmpfs mounts for /var/run and
    /var/lock since they are now normally symlinks to /run.

diff --git a/install.sh b/install.sh
index a519d13..a43532b 100755
--- a/install.sh
+++ b/install.sh
@@ -1386,8 +1386,6 @@ __END__
 	cat >> "$INST_DIR/etc/fstab" <<__END__
 proc	/proc		proc	defaults				0 0
 tmpfs	/tmp		tmpfs	defaults,noatime			0 0
-tmpfs	/var/lock	tmpfs	defaults,noatime			0 0
-tmpfs	/var/run	tmpfs	defaults,noatime			0 0
 __END__
 
 	echo " * Setting /etc/hostname to $HOSTNAME"

-- 
Various non-packaged files



More information about the pkg-fso-commits mailing list