packages/utils/btrfs-progs/files/btrfs-scan.init

10 lines
135 B
Plaintext
Raw Normal View History

#!/bin/sh /etc/rc.common
# Copyright (C) 2009 OpenWrt.org
START=19
start() {
grep -q btrfs /proc/modules && /usr/bin/btrfsctl -a
}