mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-15 08:56:58 +02:00
overlay profiles: Switch to Gentoo's systemd profiles
This commit is contained in:
parent
8db730b23d
commit
089aeabb1e
@ -1,2 +1,2 @@
|
|||||||
portage-stable:default/linux/amd64/23.0/no-multilib/hardened
|
portage-stable:default/linux/amd64/23.0/no-multilib/hardened/systemd
|
||||||
:coreos/base
|
:coreos/base
|
||||||
|
@ -1,2 +1,3 @@
|
|||||||
portage-stable:default/linux/arm64/23.0/hardened
|
portage-stable:default/linux/arm64/23.0/hardened
|
||||||
|
portage-stable:targets/systemd
|
||||||
:coreos/base
|
:coreos/base
|
||||||
|
@ -25,3 +25,6 @@ net-misc/curl ssl openssl curl_ssl_openssl
|
|||||||
# that cause the build in stage1 to fail. Pulling in asm too, as it is
|
# that cause the build in stage1 to fail. Pulling in asm too, as it is
|
||||||
# required by cpudetection.
|
# required by cpudetection.
|
||||||
dev-libs/gmp cpudetection asm
|
dev-libs/gmp cpudetection asm
|
||||||
|
|
||||||
|
# Disable gentoo-only bits.
|
||||||
|
sys-apps/systemd vanilla
|
||||||
|
@ -1,2 +0,0 @@
|
|||||||
portage-stable:targets/systemd
|
|
||||||
:features/systemd
|
|
@ -1,2 +0,0 @@
|
|||||||
USE="systemd udev"
|
|
||||||
BOOTSTRAP_USE="$BOOTSTRAP_USE udev"
|
|
@ -1,4 +0,0 @@
|
|||||||
# Mask sysvinit+openrc and runit+openrc in favor of systemd
|
|
||||||
sys-apps/sysvinit
|
|
||||||
sys-apps/openrc
|
|
||||||
sys-process/runit
|
|
@ -1 +0,0 @@
|
|||||||
sys-apps/systemd
|
|
@ -1,12 +0,0 @@
|
|||||||
# Copyright (c) 2014 The CoreOS Authors. All rights reserved.
|
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
|
||||||
|
|
||||||
# replace sysvinit and disable gentoo-only bits
|
|
||||||
sys-apps/systemd sysv-utils vanilla
|
|
||||||
|
|
||||||
# dbus without systemd conflicts with systemd
|
|
||||||
sys-apps/dbus systemd
|
|
||||||
|
|
||||||
# use systemd as udev implementation
|
|
||||||
virtual/libudev systemd
|
|
||||||
virtual/udev systemd
|
|
@ -1,4 +0,0 @@
|
|||||||
# Add systemd to the 'system' set
|
|
||||||
*sys-apps/gentoo-functions
|
|
||||||
*sys-apps/systemd
|
|
||||||
-*sys-apps/openrc
|
|
@ -1,3 +0,0 @@
|
|||||||
sys-apps/dbus
|
|
||||||
sys-apps/gentoo-functions
|
|
||||||
-sys-apps/openrc
|
|
@ -1,2 +0,0 @@
|
|||||||
openrc
|
|
||||||
-systemd
|
|
Loading…
Reference in New Issue
Block a user