aboutsummaryrefslogtreecommitdiff
path: root/rc.sysinit
diff options
context:
space:
mode:
Diffstat (limited to 'rc.sysinit')
-rwxr-xr-xrc.sysinit5
1 files changed, 5 insertions, 0 deletions
diff --git a/rc.sysinit b/rc.sysinit
index f2ccdae..bdf0538 100755
--- a/rc.sysinit
+++ b/rc.sysinit
@@ -122,6 +122,11 @@ if [[ $USEDMRAID =~ yes|YES && -x /sbin/dmraid ]]; then
status "Activating FakeRAID arrays" /sbin/dmraid -i -ay
fi
+# BTRFS devices detection
+if [[ $USEBTRFS =~ yes|YES && -x /sbin/btrfs ]]; then
+ status "Activating BTRFS volumes" /sbin/btrfs device scan
+fi
+
activate_vgs
# Set up non-root encrypted partition mappings