From f67924980900067f82afffde433dfc1d03e9e224 Mon Sep 17 00:00:00 2001 From: "Rick Farina (Zero_Chaos)" Date: Wed, 1 Aug 2018 11:45:35 -0400 Subject: gentoo users know to start services they need, we don't configure any of these services, no real point in starting them --- targets/support/rc-update.sh | 9 --------- 1 file changed, 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 -- cgit v1.2.3-65-gdbad