From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 86406138CC5 for ; Tue, 24 Mar 2015 02:19:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 33E36E08F4; Tue, 24 Mar 2015 02:19:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D9750E08F4 for ; Tue, 24 Mar 2015 02:19:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DA6E73408FF for ; Tue, 24 Mar 2015 02:19:19 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4E4AE14665 for ; Tue, 24 Mar 2015 02:19:16 +0000 (UTC) From: "Devan Franchini" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Devan Franchini" Message-ID: <1427163523.e2e80483e05d28f6179794cbdb3772fe711981ae.twitch153@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: tools-hardened/desktop/ X-VCS-Repository: proj/releng X-VCS-Files: tools-hardened/desktop/run-base.sh X-VCS-Directories: tools-hardened/desktop/ X-VCS-Committer: twitch153 X-VCS-Committer-Name: Devan Franchini X-VCS-Revision: e2e80483e05d28f6179794cbdb3772fe711981ae X-VCS-Branch: master Date: Tue, 24 Mar 2015 02:19:16 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 45455947-3470-4dd6-b826-bcaa90b64336 X-Archives-Hash: e4e64481fc4a8addb67975000dca8981 commit: e2e80483e05d28f6179794cbdb3772fe711981ae Author: Devan Franchini gentoo org> AuthorDate: Tue Mar 24 02:18:43 2015 +0000 Commit: Devan Franchini gentoo org> CommitDate: Tue Mar 24 02:18:43 2015 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=e2e80483 tools-hardened/desktop run-base.sh: Removes device-mapper from rc services tools-hardened/desktop/run-base.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/tools-hardened/desktop/run-base.sh b/tools-hardened/desktop/run-base.sh index 593e93e..6c9ce9f 100755 --- a/tools-hardened/desktop/run-base.sh +++ b/tools-hardened/desktop/run-base.sh @@ -85,7 +85,6 @@ build_kernel() { setup_initrc() { ln -sf net.lo "${ROOTFS}"/etc/init.d/net.eth0 chroot "${ROOTFS}"/ rc-update add acpid boot - chroot "${ROOTFS}"/ rc-update add device-mapper boot chroot "${ROOTFS}"/ rc-update add lvm boot chroot "${ROOTFS}"/ rc-update add udev sysinit chroot "${ROOTFS}"/ rc-update add cronie default