btrfs-scan.init 145 B

123456789
  1. #!/bin/sh /etc/rc.common
  2. # Copyright (C) 2014 OpenWrt.org
  3. START=19
  4. start() {
  5. grep -q btrfs /proc/filesystems && /usr/bin/btrfs device scan
  6. }