diff --git a/package/system/fstools/files/fstab.init b/package/system/fstools/files/fstab.init index f995e96544..5faa8ecbb9 100644 --- a/package/system/fstools/files/fstab.init +++ b/package/system/fstools/files/fstab.init @@ -3,12 +3,14 @@ START=40 -start() { - echo "this file has been obsoleted. please call \"/sbin/block mount\" directly" +boot() { /sbin/block mount } -stop() { - echo "this file has been obsoleted. please call \"/sbin/block umount\" directly" +start() { + echo "this file has been obsoleted. please call \"/sbin/block mount\" directly" +} + +stop() { /sbin/block umount }