[package] base-files: force preinit to use busybox mount (#6797)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20176 3c298f89-4303-0410-b956-a3cf2f4a3e73master
parent
87028083c1
commit
26f2c148fa
|
@ -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…
Reference in New Issue