mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-24 16:01:09 +02:00
coreos-base/coreos: Add sssd and realmd to the build
Pull sssd and realmd into the build
This commit is contained in:
parent
10ca7a9467
commit
7477216fa1
@ -154,6 +154,8 @@ RDEPEND="${RDEPEND}
|
||||
sys-apps/util-linux
|
||||
sys-apps/which
|
||||
sys-block/open-iscsi
|
||||
sys-auth/realmd
|
||||
sys-auth/sssd
|
||||
sys-fs/btrfs-progs
|
||||
sys-fs/e2fsprogs
|
||||
sys-fs/mdadm
|
||||
|
2
sdk_container/src/third_party/coreos-overlay/sys-auth/realmd/files/tmpfiles.d/realmd.conf
vendored
Normal file
2
sdk_container/src/third_party/coreos-overlay/sys-auth/realmd/files/tmpfiles.d/realmd.conf
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
d /var/lib/cache/realmd 755 root root - -
|
||||
d /var/lib/lib/realmd 755 root root - -
|
@ -38,3 +38,8 @@ src_configure() {
|
||||
--with-distro=defaults \
|
||||
--disable-doc
|
||||
}
|
||||
|
||||
src_install() {
|
||||
systemd_dotmpfilesd "${FILESDIR}/tmpfiles.d/${PN}.conf"
|
||||
autotools-utils_src_install DBUS_POLICY_DIR=/usr/share/dbus-1/system.d
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user