]> hackdaworld.org Git - hdw-linux/hdw-linux.git/blobdiff - misc/sysfiles/etc/init.d/boot
copy ssl helper scripts
[hdw-linux/hdw-linux.git] / misc / sysfiles / etc / init.d / boot
index 9e1a3be2d90ffca47c648913678eb306bc76dd8f..7352c7e3d08ece3e2b627f3e84396881dc493924 100755 (executable)
@@ -18,6 +18,8 @@ if [ $FORCEFSCK = 1 ] ; then echo "going to force fsck" ; FASTBOOT=0 ; fi
 
 mount -v -n /dev
 mount -v -n /proc ; mount -v -n /sys
+mkdir -p /dev/shm ; mount -v -n /dev/shm
+mkdir -p /dev/pts ; mount -v -n /dev/pts
 
 echo "loading kernel modules and configuring the kernel ..."
 . /etc/conf/kernel