fstab.init 342 B

1234567891011121314
  1. #!/bin/sh /etc/rc.common
  2. # (C) 2013 librecmc.org
  3. START=40
  4. start() {
  5. echo "this file has been obseleted. please call \"/sbin/block mount\" directly"
  6. /sbin/block mount
  7. }
  8. stop() {
  9. echo "this file has been obseleted. please call \"/sbin/block umount\" directly"
  10. /sbin/block umount
  11. }