No shim for fwup

This commit is contained in:
Harald Hoyer 2018-10-19 14:35:40 +02:00
parent 6df272edca
commit 8db2fb1ef7

View file

@ -645,6 +645,11 @@ if [[ -f "$sysroot"/etc/modprobe.d/kvm.conf ]]; then
sed -i -e 's/#options/options/g' "$sysroot"/etc/modprobe.d/kvm.conf
fi
if [[ -f /etc/fwupd/uefi.conf ]]; then
sed -i -e 's#RequireShimForSecureBoot=.*#RequireShimForSecureBoot=false#g' \
/etc/fwupd/uefi.conf
fi
#---------------
# CA
chroot "$sysroot" update-ca-trust