aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRick Farina (Zero_Chaos) <zerochaos@gentoo.org>2018-08-01 11:45:35 -0400
committerRick Farina (Zero_Chaos) <zerochaos@gentoo.org>2018-08-01 11:45:35 -0400
commitf67924980900067f82afffde433dfc1d03e9e224 (patch)
tree252b56dd0a15feae5b195ae8e0548c47152479a8
parentmkstandalone is too verbose and we aren't developing this anymore, just let i... (diff)
downloadcatalyst-f6792498.tar.gz
catalyst-f6792498.tar.bz2
catalyst-f6792498.zip
gentoo users know to start services they need, we don't configure any of these services, no real point in starting them
-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