Use default volatiles and mount /run directory with tmpfs.
[vuplus_openvuplus_3.0] / meta-openvuplus / recipes-core / initscripts / initscripts-1.0 / vusolo / bootmisc.sh
index c2a9536..c73af09 100755 (executable)
@@ -54,13 +54,6 @@ fi
 
 #
 # This is as good a place as any for a sanity check
 
 #
 # This is as good a place as any for a sanity check
-# /tmp should be a symlink to /var/tmp to cut down on the number
-# of mounted ramdisks.
-if test ! -L /tmp && test -d /var/tmp
-then
-       rm -rf /tmp
-       ln -sf /var/tmp /tmp
-fi
 
 # Set the system clock from hardware clock
 # If the timestamp is more recent than the current time,
 
 # Set the system clock from hardware clock
 # If the timestamp is more recent than the current time,