mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-25 00:11:23 +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/util-linux
|
||||||
sys-apps/which
|
sys-apps/which
|
||||||
sys-block/open-iscsi
|
sys-block/open-iscsi
|
||||||
|
sys-auth/realmd
|
||||||
|
sys-auth/sssd
|
||||||
sys-fs/btrfs-progs
|
sys-fs/btrfs-progs
|
||||||
sys-fs/e2fsprogs
|
sys-fs/e2fsprogs
|
||||||
sys-fs/mdadm
|
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 \
|
--with-distro=defaults \
|
||||||
--disable-doc
|
--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