Package changes: +cgroupfs-mount 1.4 all +containerd 1.6.20~ds1-1+b1 amd64 +criu 3.17.1-2 amd64 +docker.io 20.10.24+dfsg1-1+b3 amd64 +libintl-perl 1.33-1 all +libintl-xs-perl 1.33-1 amd64 +libmodule-find-perl 0.16-2 all +libmodule-scandeps-perl 1.31-2 all +libnet1 1.1.6+dfsg-3.2 amd64 +libnftables1 1.0.6-2+deb12u2 amd64 +libproc-processtable-perl 0.634-1+b2 amd64 +libprotobuf32 3.21.12-3 amd64 +libsort-naturally-perl 1.03-4 all +needrestart 3.6-4+deb12u1 all +python3-protobuf 3.21.12-3 amd64 +runc 1.1.5+ds1-1+deb12u1 amd64 +tini 0.19.0-1 amd64
17 lines
650 B
Bash
17 lines
650 B
Bash
# needrestart - Restart daemons after library updates.
|
|
#
|
|
# This shell script is sourced in /usr/lib/needrestart/iucode-scan-versions
|
|
# before calling iucode_tool to detect microcode updates for Intel CPUs.
|
|
#
|
|
# If required you may exec iucode_tool with customized parameters. You should
|
|
# keep the `-l $filter` option and add a final exit statement in case the
|
|
# exec call fails.
|
|
|
|
# Example (generic):
|
|
# exec iucode_tool -l $filter --ignore-broken -tb /lib/firmware/intel-ucode -ta /usr/share/misc/intel-microcode* 2>&1
|
|
# exit $?
|
|
|
|
# Example (RHEL and derivatives):
|
|
# lsinitrd -f kernel/x86/microcode/GenuineIntel.bin | iucode_tool -t b -l -
|
|
# exit $?
|