No shim for fwup
This commit is contained in:
parent
6df272edca
commit
8db2fb1ef7
|
@ -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
|
sed -i -e 's/#options/options/g' "$sysroot"/etc/modprobe.d/kvm.conf
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [[ -f /etc/fwupd/uefi.conf ]]; then
|
||||||
|
sed -i -e 's#RequireShimForSecureBoot=.*#RequireShimForSecureBoot=false#g' \
|
||||||
|
/etc/fwupd/uefi.conf
|
||||||
|
fi
|
||||||
|
|
||||||
#---------------
|
#---------------
|
||||||
# CA
|
# CA
|
||||||
chroot "$sysroot" update-ca-trust
|
chroot "$sysroot" update-ca-trust
|
||||||
|
|
Loading…
Reference in a new issue