mirror of
https://github.com/flatcar/scripts.git
synced 2025-12-23 02:01:34 +01:00
overlay coreos/config: Keep ldb modules
ldb was folded into samba, so it is not sys-libs/ldb that installs ldb modules, but rather net-fs/samba. The ldb modules are needed by sys-auth/sssd to work, so stop removing them in the post src_install hook. Signed-off-by: Krzesimir Nowak <knowak@microsoft.com>
This commit is contained in:
parent
53bbd8fe24
commit
2a4cd053f4
@ -22,7 +22,6 @@ cros_post_src_install_samba_flatcar_modifications() {
|
||||
# clean up unnecessary files
|
||||
rm -f "${ED}/usr/lib/tmpfiles.d/samba.conf"
|
||||
rm -f "${ED}/etc/samba/"*
|
||||
rm -f "${ED}/usr/$(get_libdir)/samba/ldb/"*
|
||||
mv "${ED}/usr/bin/net" "${T}/net"
|
||||
rm -f "${ED}/usr/bin/"* "${ED}/usr/sbin/"*
|
||||
mv "${T}/net" "${ED}/usr/bin/net"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user