1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-09-30 16:11:18 +02:00

only mount sysfs once (thx, ejka)

SVN-Revision: 6504
This commit is contained in:
Felix Fietkau 2007-03-04 14:27:52 +00:00
parent eea7bb328d
commit eb83bc789a

@ -28,5 +28,3 @@ mount none /dev/pts -t devpts
}
} || mount -o remount,rw /dev/root /
}
grep sysfs /proc/filesystems >/dev/null && mount -t sysfs none /sys 2>&-