Skip to content
Snippets Groups Projects
Commit e39038f6 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

mount debugfs by default

SVN-Revision: 18502
parent c9983c89
No related branches found
No related tags found
No related merge requests found
...@@ -59,6 +59,7 @@ start() { ...@@ -59,6 +59,7 @@ start() {
touch /var/log/lastlog touch /var/log/lastlog
touch /tmp/resolv.conf.auto touch /tmp/resolv.conf.auto
ln -sf /tmp/resolv.conf.auto /tmp/resolv.conf 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 [ "$FAILSAFE" = "true" ] && touch /tmp/.failsafe
killall -q hotplug2 killall -q hotplug2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment