aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtargets/support/rc-update.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/targets/support/rc-update.sh b/targets/support/rc-update.sh
index f2de50e0..3941f2e0 100755
--- a/targets/support/rc-update.sh
+++ b/targets/support/rc-update.sh
@@ -1,14 +1,5 @@
#!/bin/bash
-if portageq has_version / '>=sys-apps/baselayout-2'
-then
- # We need to add a few here for baselayout-2
- [[ -e /etc/init.d/device-mapper ]] && rc-update add device-mapper boot
- [[ -e /etc/init.d/lvm ]] && rc-update add lvm boot
- [[ -e /etc/init.d/dmcrypt ]] && rc-update add dmcrypt boot
- [[ -e /etc/init.d/mdraid ]] && rc-update add mdraid boot
-fi
-
if [ "${clst_spec_prefix}" == "livecd" ]
then
rc-update --all del iptables