aboutsummaryrefslogtreecommitdiff
path: root/rc.conf
diff options
context:
space:
mode:
authorSeblu <seblu@seblu.net>2011-03-04 17:22:10 +0100
committerSeblu <seblu@seblu.net>2011-03-16 16:59:55 +0100
commitca372312062e7843ca69e2edd54b58ab609a69ee (patch)
tree09da53fc8ad9c592bf0cdade81c4702c653ec617 /rc.conf
parent823c19d1df22d587bce56a363e371d0e9d269c8d (diff)
downloadinitscripts-ca372312062e7843ca69e2edd54b58ab609a69ee.tar.xz
Add BTRFS support in initscripts
Use btrfs instead of btrfsctl. See: https://btrfs.wiki.kernel.org/index.php/FAQ#How_do_I_do....3F Close FS#19792 Signed-off-by: Seblu <seblu@seblu.net>
Diffstat (limited to 'rc.conf')
-rw-r--r--rc.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/rc.conf b/rc.conf
index cda204f..d2b0517 100644
--- a/rc.conf
+++ b/rc.conf
@@ -45,6 +45,9 @@ USEMDADM="no"
# Scan for FakeRAID (dmraid) Volumes at startup
USEDMRAID="no"
+# Scan for BTRFS volumes at startup
+USEBTRFS="no"
+
# Scan for LVM volume groups at startup, required if you use LVM
USELVM="no"