From 13ca7f028ac775773a6685966d0faeee5cc55a9d Mon Sep 17 00:00:00 2001 From: Tom Gundersen Date: Tue, 24 Jul 2012 02:11:02 +0200 Subject: btrfs: remove USEBTRFS This is now handled by udev. Leaving it set does no harm. Signed-off-by: Tom Gundersen --- rc.conf | 1 - rc.conf.5.txt | 8 -------- rc.sysinit | 4 ---- 3 files changed, 13 deletions(-) diff --git a/rc.conf b/rc.conf index 7ebba72..bf6a9e4 100644 --- a/rc.conf +++ b/rc.conf @@ -13,7 +13,6 @@ DAEMONS=(syslog-ng network crond) # Storage # # USEDMRAID="no" -# USEBTRFS="no" # USELVM="no" # Network diff --git a/rc.conf.5.txt b/rc.conf.5.txt index 7b361ab..73c2423 100644 --- a/rc.conf.5.txt +++ b/rc.conf.5.txt @@ -47,14 +47,6 @@ Default: 'no' USEDMRAID="yes" -*USEBTRFS=* - -Scan for Btrfs volumes at start-up. - -Default: 'no' - - USEBTRFS="yes" - *USELVM=* Scan for LVM volume groups at start-up. This is required if you use LVM. diff --git a/rc.sysinit b/rc.sysinit index 6f1ac9c..ed796c7 100755 --- a/rc.sysinit +++ b/rc.sysinit @@ -70,10 +70,6 @@ status 'Configuring virtual consoles' /usr/lib/systemd/systemd-vconsole-setup [[ $USEDMRAID = [Yy][Ee][Ss] && -x $(type -P dmraid) ]] && status "Activating FakeRAID arrays" dmraid -i -ay -# Btrfs devices detection -[[ $USEBTRFS = [Yy][Ee][Ss] && -x $(type -P btrfs) ]] && - status "Activating Btrfs volumes" btrfs device scan - # Activate LVM2 groups, if any activate_vgs -- cgit v1.2.3