diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2017-02-24 16:52:50 -0800 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2017-02-24 16:52:50 -0800 |
commit | 6cce43ac0a8e2537bee122607231ef68e046e8eb (patch) | |
tree | 796b0ffbb19cc02da85b53a8a3e3fd70f3a90447 | |
parent | Cleanup old ChangeLog; full history in Git. (diff) | |
download | livecd-tools-6cce43ac0a8e2537bee122607231ef68e046e8eb.tar.gz livecd-tools-6cce43ac0a8e2537bee122607231ef68e046e8eb.tar.bz2 livecd-tools-6cce43ac0a8e2537bee122607231ef68e046e8eb.zip |
autoconfig: EVMS is long dead.2.3
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
-rw-r--r-- | conf.d/autoconfig | 1 | ||||
-rw-r--r-- | init.d/autoconfig | 7 |
2 files changed, 0 insertions, 8 deletions
diff --git a/conf.d/autoconfig b/conf.d/autoconfig index 9e03ea9..d5f02d4 100644 --- a/conf.d/autoconfig +++ b/conf.d/autoconfig @@ -12,7 +12,6 @@ COLDPLUG="yes" DETECT="yes" DHCP="yes" DMRAID="yes" -EVMS="no" FIREWIRE="yes" GPM="yes" IDEDMA="yes" diff --git a/init.d/autoconfig b/init.d/autoconfig index 76d6086..71e1deb 100644 --- a/init.d/autoconfig +++ b/init.d/autoconfig @@ -16,7 +16,6 @@ get_config() { COLDPLUG="no" DETECT="no" DMRAID="no" - EVMS="no" FIREWIRE="no" GPM="no" LVM="no" @@ -42,9 +41,6 @@ get_config() { nodmraid) DMRAID="no" ;; - noevms|noevms2) - EVMS="no" - ;; nofirewire) FIREWIRE="no" ;; @@ -114,9 +110,6 @@ get_config() { dodmraid) DMRAID="yes" ;; - doevms|doevms2) - EVMS="yes" - ;; dofirewire) FIREWIRE="yes" ;; |