mount debugfs by default
SVN-Revision: 18502
This commit is contained in:
parent
c9983c8912
commit
e39038f688
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue