aboutsummaryrefslogtreecommitdiffstats
path: root/package/base-files/files/etc/init.d/boot
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2013-12-27 21:15:09 +0000
committerJohn Crispin <blogic@openwrt.org>2013-12-27 21:15:09 +0000
commit41d0bfcc1f6d3dd952ebf31261367c4f4dfe557b (patch)
tree64f173fd7ee06ef5b515da6ddc829b4e5d8dd231 /package/base-files/files/etc/init.d/boot
parentc18a4e048c79b23918e6a550e722629295fcf80e (diff)
downloadupstream-41d0bfcc1f6d3dd952ebf31261367c4f4dfe557b.tar.gz
upstream-41d0bfcc1f6d3dd952ebf31261367c4f4dfe557b.tar.bz2
upstream-41d0bfcc1f6d3dd952ebf31261367c4f4dfe557b.zip
base-files: fix mount-utils incompatibility
Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39169 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/base-files/files/etc/init.d/boot')
-rwxr-xr-xpackage/base-files/files/etc/init.d/boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/base-files/files/etc/init.d/boot b/package/base-files/files/etc/init.d/boot
index ffcc9f7adf..8b5455d8bc 100755
--- a/package/base-files/files/etc/init.d/boot
+++ b/package/base-files/files/etc/init.d/boot
@@ -50,7 +50,7 @@ boot() {
touch /var/log/lastlog
touch /tmp/resolv.conf.auto
ln -sf /tmp/resolv.conf.auto /tmp/resolv.conf
- grep -q debugfs /proc/filesystems && mount -o noatime -t debugfs debugfs /sys/kernel/debug
+ grep -q debugfs /proc/filesystems && /bin/mount -o noatime -t debugfs debugfs /sys/kernel/debug
[ "$FAILSAFE" = "true" ] && touch /tmp/.failsafe
/sbin/kmodloader