mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-31 19:31:07 +02:00
profiles: Cleanups for systemd
Sort the use flags, drop obsolete ones and nonexistent packages, drop unnecessary accept keywords file (as it would potentially introduce a version mismatch between amd64 and arm64).
This commit is contained in:
parent
490ec0dc59
commit
3b29f965e2
@ -29,9 +29,9 @@ net-analyzer/nmap ncat -system-lua symlink
|
||||
# removes mta dependencies
|
||||
app-admin/sudo -sendmail
|
||||
|
||||
# use lzma which is the default on non-gentoo systems, enable selinux,
|
||||
# disable hybrid cgroup as we use the unified mode now
|
||||
sys-apps/systemd build curl idn lzma selinux -cgroup-hybrid
|
||||
# use lzma which is the default on non-gentoo systems, enable selinux,
|
||||
sys-apps/systemd -cgroup-hybrid curl idn lzma selinux
|
||||
net-libs/libmicrohttpd -ssl
|
||||
|
||||
# disable kernel config detection and module building
|
||||
|
@ -20,7 +20,7 @@ sys-libs/ncurses minimal
|
||||
sys-libs/pam audit
|
||||
|
||||
# enable journal gateway, bootctl and container features
|
||||
sys-apps/systemd audit gnuefi importd http iptables
|
||||
sys-apps/systemd audit gnuefi http importd iptables
|
||||
|
||||
# epoll is needed for systemd-journal-remote to work. coreos/bugs#919
|
||||
net-libs/libmicrohttpd epoll
|
||||
|
@ -1,2 +0,0 @@
|
||||
# Various dependencies that also need to be up-to-date
|
||||
sys-apps/kmod ~amd64 ~x86
|
@ -1,2 +1 @@
|
||||
sys-apps/systemd
|
||||
sys-apps/systemd-ui
|
||||
|
@ -1,8 +1,8 @@
|
||||
# Copyright (c) 2014 The CoreOS Authors. All rights reserved.
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# disable gentoo-only bits and replace sysvinit
|
||||
sys-apps/systemd vanilla sysv-utils
|
||||
# replace sysvinit and disable gentoo-only bits
|
||||
sys-apps/systemd sysv-utils vanilla
|
||||
|
||||
# dbus without systemd conflicts with systemd
|
||||
sys-apps/dbus systemd
|
||||
|
Loading…
x
Reference in New Issue
Block a user