X-Git-Url: https://pd.if.org/git/?p=startuptools;a=blobdiff_plain;f=scripts%2Frc.sysinit;fp=scripts%2Frc.sysinit;h=46794a6c3cf4405a14e5475b44029ee5ebaa2125;hp=3fc5fbd00681b88e73350ace8902dbcd6845cb41;hb=aa442d5cc6c7325cbe3422a5c6cd6ec71f832ecc;hpb=099711515bc014843a06e1aa9b13f1b40d777327 diff --git a/scripts/rc.sysinit b/scripts/rc.sysinit index 3fc5fbd..46794a6 100644 --- a/scripts/rc.sysinit +++ b/scripts/rc.sysinit @@ -39,11 +39,8 @@ mountpoint -q /dev/pts && mountpoint -q /dev/shm status_check -#status_begin mounting virtual filesystems -#mount /proc && -#mount /sys && -#mount /dev -#status_check +# bash seems to rely on this +ln -s /proc/self/fd /dev/fd # * set the host name status_begin Setting hostname @@ -128,10 +125,9 @@ fi swapon -a - # mount any remaining filesystems status_begin mounting remaining filesystems -mount -a -t noproc,sysfs,devtmpfs,devpts +mount -a -t noproc,sysfs,devtmpfs,devpts,tmpfs status_check rm -f /etc/mtab