diff options
Diffstat (limited to 'package/base-files/files/etc')
| -rwxr-xr-x | package/base-files/files/etc/init.d/boot | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/package/base-files/files/etc/init.d/boot b/package/base-files/files/etc/init.d/boot index 3da0d6bc9..aa9e96778 100755 --- a/package/base-files/files/etc/init.d/boot +++ b/package/base-files/files/etc/init.d/boot @@ -59,6 +59,7 @@ start() {  	touch /var/log/lastlog  	touch /tmp/resolv.conf.auto  	ln -sf /tmp/resolv.conf.auto /tmp/resolv.conf +	grep -q debugfs /proc/filesystems && mount -t debugfs debugfs /sys/kernel/debug  	[ "$FAILSAFE" = "true" ] && touch /tmp/.failsafe  	killall -q hotplug2  | 
