luci-base: Avoid block umount on fstab apply 952/head
authorDaniel Dickinson <lede@cshore.thecshore.com>
Mon, 16 Jan 2017 02:20:44 +0000 (21:20 -0500)
committerDaniel Dickinson <lede@cshore.thecshore.com>
Mon, 16 Jan 2017 02:41:18 +0000 (21:41 -0500)
commit33b279c4752ac6df3d911edb6e1fb60b656bc122
treef156f94ba05716d05ad9398e8bddf5064216520a
parentd7328360632d7fbf5fd4006b4172a9fe9861d838
luci-base: Avoid block umount on fstab apply

Default behaviour of changes to fstab (Mount Points) was
to use /etc/init.d/fstab restart, however this unmounts
filesystems via block umount which can cause the device
to fail, so replace the initscript call with an exec
of 'block mount'.

Signed-off-by: Daniel Dickinson <lede@cshore.thecshore.com>
modules/luci-base/root/etc/config/ucitrack