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 5A265138CEC for ; Tue, 16 Jun 2015 22:15:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C9748E0822; Tue, 16 Jun 2015 22:15:26 +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 769CDE0822 for ; Tue, 16 Jun 2015 22:15:26 +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 5404F3409BC for ; Tue, 16 Jun 2015 22:15:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DA06C9E1 for ; Tue, 16 Jun 2015 22:15:23 +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: <1434492917.4bde7b7dd134aea85d69da6cef325b66832bd26e.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: 4bde7b7dd134aea85d69da6cef325b66832bd26e X-VCS-Branch: master Date: Tue, 16 Jun 2015 22:15:23 +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: 1bcd7e68-f212-4f80-978c-3ff93f10cf75 X-Archives-Hash: b98f8ce108426197e75b3f1e47e64593 commit: 4bde7b7dd134aea85d69da6cef325b66832bd26e Author: Devan Franchini gentoo org> AuthorDate: Tue Jun 16 22:15:17 2015 +0000 Commit: Devan Franchini gentoo org> CommitDate: Tue Jun 16 22:15:17 2015 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=4bde7b7d tools-hardened/desktop: run-base.sh - Removes lvm to openRC init 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 2a16a9d..6250f68 100755 --- a/tools-hardened/desktop/run-base.sh +++ b/tools-hardened/desktop/run-base.sh @@ -86,7 +86,6 @@ setup_initrc() { ln -sf net.lo "${ROOTFS}"/etc/init.d/net.eth0 chroot "${ROOTFS}"/ rc-update add acpid boot chroot "${ROOTFS}"/ rc-update add atd boot - chroot "${ROOTFS}"/ rc-update add lvm boot chroot "${ROOTFS}"/ rc-update add udev sysinit chroot "${ROOTFS}"/ rc-update add cronie default chroot "${ROOTFS}"/ rc-update add net.eth0 default