Add a /sys entry to minix.mtree

This commit is contained in:
Kees Jongenburger 2012-07-03 11:43:42 +00:00
parent c755b5784a
commit c9b3bd9d45
2 changed files with 1 additions and 4 deletions

View File

@ -16,6 +16,7 @@
555 root operator /proc
700 root operator /root
755 root operator /sbin
755 root operator /sys
1777 root operator /tmp
755 root operator /usr
755 root operator /usr/adm

4
etc/rc
View File

@ -189,10 +189,6 @@ start)
echo -n "Starting hotplugging infrastructure... "
service up /sbin/devman
if [ ! -d /sys ]
then
mkdir /sys
fi
mount -e -t devman none /sys
rm -f /var/tmp/devmand_control
rm -f /var/run/devmand.pid