diff options
author | Seblu <seblu@seblu.net> | 2011-02-24 04:09:16 +0100 |
---|---|---|
committer | Thomas Bächler <thomas@archlinux.org> | 2011-02-27 11:52:05 +0100 |
commit | d1e9a3deff2d432bb8f39cd94bf27182cb67948c (patch) | |
tree | 9476bc36a8ba402e7caf558fdded8a27f33795e7 /rc.conf | |
parent | 3d9fbd69fbab72ccdbdfda584b732636cece908c (diff) |
Implement FakeRAID detection at startup
Diffstat (limited to 'rc.conf')
-rw-r--r-- | rc.conf | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -36,6 +36,9 @@ USECOLOR="yes" MOD_AUTOLOAD="yes" MODULES=() +# Scan for FakeRAID (dmraid) Volumes at startup +USEDMRAID="no" + # Scan for LVM volume groups at startup, required if you use LVM USELVM="no" |