From d19b2306aa060c0750d1cea1a6edc6a4d16f9396 Mon Sep 17 00:00:00 2001 From: Michael Marineau Date: Tue, 10 Jun 2014 17:27:47 -0700 Subject: [PATCH] fix(sys-apps/systemd): Fix build during stage1 bootstrap. stage1 builds disable most use flags but systemd 213 fails to build if kmod is disabled. Work around this by force-enabling the flag. --- .../coreos-overlay/profiles/coreos/base/package.use.force | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/package.use.force diff --git a/sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/package.use.force b/sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/package.use.force new file mode 100644 index 0000000000..164c019aee --- /dev/null +++ b/sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/package.use.force @@ -0,0 +1,6 @@ +# Copyright (c) 2014 The CoreOS Authors. All rights reserved. +# Distributed under the terms of the GNU General Public License v2 + +# Make sure stage1 bootstrapping does not disable kmod, +# systemd 213 does not properly build without it. +~sys-apps/systemd-213 kmod