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