5faa8ecbb9bb41dd1eb3579c8abb2af9c5a34960
[openwrt/openwrt.git] / package / system / fstools / files / fstab.init
1 #!/bin/sh /etc/rc.common
2 # (C) 2013 openwrt.org
3
4 START=40
5
6 boot() {
7 /sbin/block mount
8 }
9
10 start() {
11 echo "this file has been obsoleted. please call \"/sbin/block mount\" directly"
12 }
13
14 stop() {
15 /sbin/block umount
16 }