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 66C5A138CAE for ; Sat, 2 May 2015 19:50:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 94BC6E08AD; Sat, 2 May 2015 19:50:13 +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 3EF00E08AD for ; Sat, 2 May 2015 19:50:13 +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 E2317340BF8 for ; Sat, 2 May 2015 19:50:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AAFA271D for ; Sat, 2 May 2015 19:50:07 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1430595872.c959797a80f83ec59b0ceee4732825767a01c429.williamh@gentoo> Subject: [gentoo-commits] proj/udev-gentoo-scripts:master commit in: init.d/ X-VCS-Repository: proj/udev-gentoo-scripts X-VCS-Files: init.d/udev init.d/udev-settle init.d/udev-trigger X-VCS-Directories: init.d/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: c959797a80f83ec59b0ceee4732825767a01c429 X-VCS-Branch: master Date: Sat, 2 May 2015 19:50:07 +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: 33d535d3-5e21-4ba1-b2cc-095b8ba07a8a X-Archives-Hash: c328e72166605df799ddead2e2278bc7 commit: c959797a80f83ec59b0ceee4732825767a01c429 Author: William Hubbs gmail com> AuthorDate: Sat May 2 19:44:32 2015 +0000 Commit: William Hubbs gentoo org> CommitDate: Sat May 2 19:44:32 2015 +0000 URL: https://gitweb.gentoo.org/proj/udev-gentoo-scripts.git/commit/?id=c959797a Disable the scripts in a systemd-nspawn container X-Gentoo-Bug: 548090 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=548090 init.d/udev | 4 +--- init.d/udev-settle | 2 +- init.d/udev-trigger | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/init.d/udev b/init.d/udev index e2ff830..f26caa4 100644 --- a/init.d/udev +++ b/init.d/udev @@ -12,9 +12,7 @@ depend() { need sysfs dev-mount before checkfs fsck - - # udev does not work inside vservers - keyword -vserver -lxc + keyword -lxc -systemd-nspawn -vserver } start_pre() diff --git a/init.d/udev-settle b/init.d/udev-settle index f5253f5..4c640db 100644 --- a/init.d/udev-settle +++ b/init.d/udev-settle @@ -7,7 +7,7 @@ depend() need udev after udev-trigger provide dev-settle - keyword -vserver -lxc + keyword -lxc -systemd-nspawn -vserver } start() diff --git a/init.d/udev-trigger b/init.d/udev-trigger index abc4540..d3f40e6 100644 --- a/init.d/udev-trigger +++ b/init.d/udev-trigger @@ -11,7 +11,7 @@ depend() { need udev provide dev - keyword -vserver -lxc + keyword -lxc -systemd-nspawn -vserver } start_pre()