Add a /sys entry to minix.mtree
This commit is contained in:
parent
c755b5784a
commit
c9b3bd9d45
@ -16,6 +16,7 @@
|
|||||||
555 root operator /proc
|
555 root operator /proc
|
||||||
700 root operator /root
|
700 root operator /root
|
||||||
755 root operator /sbin
|
755 root operator /sbin
|
||||||
|
755 root operator /sys
|
||||||
1777 root operator /tmp
|
1777 root operator /tmp
|
||||||
755 root operator /usr
|
755 root operator /usr
|
||||||
755 root operator /usr/adm
|
755 root operator /usr/adm
|
||||||
|
4
etc/rc
4
etc/rc
@ -189,10 +189,6 @@ start)
|
|||||||
|
|
||||||
echo -n "Starting hotplugging infrastructure... "
|
echo -n "Starting hotplugging infrastructure... "
|
||||||
service up /sbin/devman
|
service up /sbin/devman
|
||||||
if [ ! -d /sys ]
|
|
||||||
then
|
|
||||||
mkdir /sys
|
|
||||||
fi
|
|
||||||
mount -e -t devman none /sys
|
mount -e -t devman none /sys
|
||||||
rm -f /var/tmp/devmand_control
|
rm -f /var/tmp/devmand_control
|
||||||
rm -f /var/run/devmand.pid
|
rm -f /var/run/devmand.pid
|
||||||
|
Loading…
x
Reference in New Issue
Block a user