summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/defaults/rc.conf2
-rw-r--r--etc/rc5
2 files changed, 0 insertions, 7 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf
index da12e98..3695815 100644
--- a/etc/defaults/rc.conf
+++ b/etc/defaults/rc.conf
@@ -225,8 +225,6 @@ kern_securelevel_enable="NO" # kernel security level (see init(8)),
kern_securelevel="-1" # range: -1..3 ; `-1' is the most insecure
update_motd="YES" # update version info in /etc/motd (or NO)
start_vinum="" # set to YES to start vinum
-vinum_drives="" # put in names of disks containing vinum drives
- # to start vinum on only specific disks.
##############################################################
### Allow local configuration override at the very end here ##
diff --git a/etc/rc b/etc/rc
index f0463cc..1553845 100644
--- a/etc/rc
+++ b/etc/rc
@@ -52,11 +52,6 @@ case ${start_vinum} in
[Yy][Ee][Ss])
vinum start
;;
-*)
- if [ -n "${vinum_drives}" ]; then
- vinum read ${vinum_drives}
- fi
- ;;
esac
swapon -a
OpenPOWER on IntegriCloud