From: Kees Jongenburger Date: Tue, 3 Jul 2012 11:43:42 +0000 (+0000) Subject: Add a /sys entry to minix.mtree X-Git-Tag: v3.2.1~460 X-Git-Url: http://zhaoyanbai.com/repos/%22/xml/v3/status/static/gitweb.js?a=commitdiff_plain;h=c9b3bd9d45c7c45e8e8482f1b65a18d8331fbc50;p=minix.git Add a /sys entry to minix.mtree --- diff --git a/etc/mtree/minix.tree b/etc/mtree/minix.tree index 46f122126..e2cad7235 100644 --- a/etc/mtree/minix.tree +++ b/etc/mtree/minix.tree @@ -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 diff --git a/etc/rc b/etc/rc index a307b5027..099ed966d 100755 --- a/etc/rc +++ b/etc/rc @@ -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