mount debugfs by default

SVN-Revision: 18502
v19.07.3_mercusys_ac12_duma
Felix Fietkau 15 years ago
parent c9983c8912
commit e39038f688

@ -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

Loading…
Cancel
Save