[package] base-files: force preinit to use busybox mount (#6797)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20176 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
86a0b33fa1
commit
a1c8970a2f
1 changed files with 4 additions and 0 deletions
|
@ -2,6 +2,10 @@
|
|||
# Copyright (C) 2006-2010 OpenWrt.org
|
||||
# Copyright (C) 2010 Vertical Communications
|
||||
|
||||
mount() {
|
||||
/bin/busybox mount "$@"
|
||||
}
|
||||
|
||||
boot_hook_add() {
|
||||
local hook="${1}_hook"
|
||||
local value="$2"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue