nastools: add mnt bind (#34)
This commit is contained in:
parent
6f7774b323
commit
7bdb4ba234
@ -2,7 +2,7 @@
|
||||
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_VERSION:=1.1.0-20220903
|
||||
PKG_VERSION:=1.1.1-20221012
|
||||
PKG_RELEASE:=
|
||||
|
||||
LUCI_TITLE:=LuCI support for nastools
|
||||
|
@ -46,6 +46,9 @@ do_install_detail() {
|
||||
fi
|
||||
fi
|
||||
|
||||
cmd="$cmd -v /mnt:/mnt"
|
||||
mountpoint -q /mnt && cmd="$cmd:rslave"
|
||||
|
||||
cmd="$cmd --name nastools \"$IMAGE_NAME\""
|
||||
|
||||
echo "$cmd"
|
||||
|
Loading…
x
Reference in New Issue
Block a user