forked from Ivasoft/openwrt
fstools: add the new fstools package
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 39895
This commit is contained in:
14
package/system/fstools/files/fstab.init
Normal file
14
package/system/fstools/files/fstab.init
Normal file
@@ -0,0 +1,14 @@
|
||||
#!/bin/sh /etc/rc.common
|
||||
# (C) 2013 openwrt.org
|
||||
|
||||
START=40
|
||||
|
||||
start() {
|
||||
echo "this file has been obseleted. please call \"/sbin/block mount\" directly"
|
||||
/sbin/block mount
|
||||
}
|
||||
|
||||
stop() {
|
||||
echo "this file has been obseleted. please call \"/sbin/block umount\" directly"
|
||||
/sbin/block umount
|
||||
}
|
||||
Reference in New Issue
Block a user