[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
master
Jo-Philipp Wich 2010-03-13 02:59:05 +00:00
parent 87028083c1
commit 26f2c148fa
1 changed files with 4 additions and 0 deletions

View File

@ -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"