mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 04:26:16 +02:00
[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
@ -2,6 +2,10 @@
|
|||||||
# Copyright (C) 2006-2010 OpenWrt.org
|
# Copyright (C) 2006-2010 OpenWrt.org
|
||||||
# Copyright (C) 2010 Vertical Communications
|
# Copyright (C) 2010 Vertical Communications
|
||||||
|
|
||||||
|
mount() {
|
||||||
|
/bin/busybox mount "$@"
|
||||||
|
}
|
||||||
|
|
||||||
boot_hook_add() {
|
boot_hook_add() {
|
||||||
local hook="${1}_hook"
|
local hook="${1}_hook"
|
||||||
local value="$2"
|
local value="$2"
|
||||||
|
Loading…
Reference in New Issue
Block a user