diff options
author | Tom Gundersen <teg@jklm.no> | 2012-07-24 02:11:02 +0200 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2012-07-24 02:11:12 +0200 |
commit | 13ca7f028ac775773a6685966d0faeee5cc55a9d (patch) | |
tree | 74e722916d80b63bdf16b2937481ff6d64149b16 | |
parent | 741979f5bfa6df16c9290bcba532beb11276e287 (diff) |
btrfs: remove USEBTRFS
This is now handled by udev. Leaving it set does no harm.
Signed-off-by: Tom Gundersen <teg@jklm.no>
-rw-r--r-- | rc.conf | 1 | ||||
-rw-r--r-- | rc.conf.5.txt | 8 | ||||
-rwxr-xr-x | rc.sysinit | 4 |
3 files changed, 0 insertions, 13 deletions
@@ -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. @@ -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 |