mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-14 00:16:59 +02:00
profiles: Enable systemd[elfutils] USE flag for board
Elfutils is already part of the usr partition, but currently not enabled in systemd-coredump. Systemd-coredump therefore fails with: elfutils disabled, parsing ELF objects not supported. Enable the elfutils flag for systemd to make this work. Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
This commit is contained in:
parent
abff6bd4aa
commit
38070f34ed
@ -0,0 +1 @@
|
||||
- Enabled elfutils support in systemd-coredump. A backtrace will now appear in the journal for any program that dumps core ([coreos-overlay#2489](https://github.com/flatcar/coreos-overlay/pull/2489))
|
@ -24,7 +24,7 @@ sys-libs/ncurses minimal
|
||||
sys-libs/pam audit
|
||||
|
||||
# enable journal gateway, bootctl and container features
|
||||
sys-apps/systemd audit gnuefi http importd iptables
|
||||
sys-apps/systemd audit elfutils gnuefi http importd iptables
|
||||
|
||||
# epoll is needed for systemd-journal-remote to work. coreos/bugs#919
|
||||
net-libs/libmicrohttpd epoll
|
||||
|
Loading…
Reference in New Issue
Block a user