mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-04 19:56:32 +02:00
overlay profiles: Enable gssapi for bind in base profile
This commit is contained in:
parent
f7bf61272f
commit
59a0fdcf45
@ -1,7 +1,3 @@
|
||||
# Only ship microcode currently distributed by Intel
|
||||
# See https://bugs.gentoo.org/654638#c11 by iucode-tool maintainer
|
||||
sys-firmware/intel-microcode vanilla
|
||||
|
||||
# Enable gssapi only for amd64, to avoid build errors in arm64.
|
||||
net-dns/bind gssapi
|
||||
net-dns/bind-tools gssapi
|
||||
|
||||
@ -1,5 +0,0 @@
|
||||
# arm64 use
|
||||
|
||||
# Disable gssapi for arm64 to avoid build errors
|
||||
net-dns/bind -gssapi
|
||||
net-dns/bind-tools -gssapi
|
||||
@ -161,3 +161,7 @@ sys-fs/zfs minimal -rootfs
|
||||
# Do not tinker with /boot partition at installation time.
|
||||
sys-firmware/intel-microcode -initramfs
|
||||
sys-fs/zfs-kmod -initramfs
|
||||
|
||||
# For sys-auth/sssd
|
||||
net-dns/bind gssapi
|
||||
net-dns/bind-tools gssapi
|
||||
|
||||
@ -31,7 +31,3 @@ x11-libs/pixman static-libs
|
||||
|
||||
# Get latest EDK2 firmware for Secure Boot on arm64.
|
||||
app-emulation/qemu -pin-upstream-blobs
|
||||
|
||||
# Enable gssapi for SDK
|
||||
net-dns/bind gssapi
|
||||
net-dns/bind-tools gssapi
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user