X-Git-Url: https://hackdaworld.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=misc%2Fsysfiles%2Fetc%2Finit.d%2Fboot;h=7352c7e3d08ece3e2b627f3e84396881dc493924;hb=686e1c011b93bbe7803978d8d0952d4ab04b1f34;hp=9e1a3be2d90ffca47c648913678eb306bc76dd8f;hpb=3367509837681dcbdceec24548edbd53c2cd0f34;p=hdw-linux%2Fhdw-linux.git diff --git a/misc/sysfiles/etc/init.d/boot b/misc/sysfiles/etc/init.d/boot index 9e1a3be..7352c7e 100755 --- a/misc/sysfiles/etc/init.d/boot +++ b/misc/sysfiles/etc/init.d/boot @@ -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