From patchwork Wed Apr 18 11:29:21 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Maxime Ripard X-Patchwork-Id: 153476 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id 32D49B6EF3 for ; Wed, 18 Apr 2012 21:30:07 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 07D068C9CA; Wed, 18 Apr 2012 11:30:00 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org X-Amavis-Alert: BAD HEADER SECTION, Duplicate header field: "References" Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id u65CSdCXR+TO; Wed, 18 Apr 2012 11:29:50 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 129C18BD25; Wed, 18 Apr 2012 11:29:45 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id A3A628F753 for ; Wed, 18 Apr 2012 11:29:43 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 90B558C910 for ; Wed, 18 Apr 2012 11:29:43 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org X-Amavis-Alert: BAD HEADER SECTION, Duplicate header field: "References" Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id hpH2VrHXIAHC for ; Wed, 18 Apr 2012 11:29:38 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail.free-electrons.com (mail.free-electrons.com [88.190.12.23]) by whitealder.osuosl.org (Postfix) with ESMTP id AA4DA8BD25 for ; Wed, 18 Apr 2012 11:29:38 +0000 (UTC) Received: by mail.free-electrons.com (Postfix, from userid 106) id 4EDF6192; Wed, 18 Apr 2012 13:28:54 +0200 (CEST) Received: from localhost (col31-4-88-188-83-94.fbx.proxad.net [88.188.83.94]) by mail.free-electrons.com (Postfix) with ESMTPSA id 30300158 for ; Wed, 18 Apr 2012 13:28:44 +0200 (CEST) From: Maxime Ripard To: buildroot@busybox.net Date: Wed, 18 Apr 2012 13:29:21 +0200 Message-Id: X-Mailer: git-send-email 1.7.5.4 In-Reply-To: References: In-Reply-To: References: Subject: [Buildroot] [PATCH 1/3] Fix systemd failure with lock files X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net Systemd introduced a new policy described here: http://lists.freedesktop.org/archives/systemd-devel/2011-March/001823.html Add the "lock" group to buildroot to allow systemd to set this in place at boot time Signed-off-by: Maxime Ripard --- fs/skeleton/etc/group | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/fs/skeleton/etc/group b/fs/skeleton/etc/group index 311a455..cd4ca79 100644 --- a/fs/skeleton/etc/group +++ b/fs/skeleton/etc/group @@ -9,6 +9,7 @@ wheel:x:10:root audio:x:29: utmp:x:43: staff:x:50: +lock:x:54: haldaemon:x:68: dbus:x:81: netdev:x:82: