mirror of
https://github.com/flatcar/scripts.git
synced 2025-10-08 05:51:31 +02:00
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.
This commit is contained in:
parent
a16f056692
commit
d19b2306aa
6
sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/package.use.force
vendored
Normal file
6
sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/package.use.force
vendored
Normal file
@ -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
|
Loading…
x
Reference in New Issue
Block a user