|
|
|
@ -2,20 +2,35 @@
|
|
|
|
|
APT::NeverAutoRemove
|
|
|
|
|
{
|
|
|
|
|
"^linux-image-4\.14\.98-v7\+$";
|
|
|
|
|
"^linux-image-4\.19\.42-v7\+$";
|
|
|
|
|
"^linux-headers-4\.14\.98-v7\+$";
|
|
|
|
|
"^linux-headers-4\.19\.42-v7\+$";
|
|
|
|
|
"^linux-image-extra-4\.14\.98-v7\+$";
|
|
|
|
|
"^linux-image-extra-4\.19\.42-v7\+$";
|
|
|
|
|
"^linux-modules-4\.14\.98-v7\+$";
|
|
|
|
|
"^linux-modules-4\.19\.42-v7\+$";
|
|
|
|
|
"^linux-modules-extra-4\.14\.98-v7\+$";
|
|
|
|
|
"^linux-modules-extra-4\.19\.42-v7\+$";
|
|
|
|
|
"^linux-signed-image-4\.14\.98-v7\+$";
|
|
|
|
|
"^linux-signed-image-4\.19\.42-v7\+$";
|
|
|
|
|
"^kfreebsd-image-4\.14\.98-v7\+$";
|
|
|
|
|
"^kfreebsd-image-4\.19\.42-v7\+$";
|
|
|
|
|
"^kfreebsd-headers-4\.14\.98-v7\+$";
|
|
|
|
|
"^kfreebsd-headers-4\.19\.42-v7\+$";
|
|
|
|
|
"^gnumach-image-4\.14\.98-v7\+$";
|
|
|
|
|
"^gnumach-image-4\.19\.42-v7\+$";
|
|
|
|
|
"^.*-modules-4\.14\.98-v7\+$";
|
|
|
|
|
"^.*-modules-4\.19\.42-v7\+$";
|
|
|
|
|
"^.*-kernel-4\.14\.98-v7\+$";
|
|
|
|
|
"^.*-kernel-4\.19\.42-v7\+$";
|
|
|
|
|
"^linux-backports-modules-.*-4\.14\.98-v7\+$";
|
|
|
|
|
"^linux-backports-modules-.*-4\.19\.42-v7\+$";
|
|
|
|
|
"^linux-modules-.*-4\.14\.98-v7\+$";
|
|
|
|
|
"^linux-modules-.*-4\.19\.42-v7\+$";
|
|
|
|
|
"^linux-tools-4\.14\.98-v7\+$";
|
|
|
|
|
"^linux-tools-4\.19\.42-v7\+$";
|
|
|
|
|
"^linux-cloud-tools-4\.14\.98-v7\+$";
|
|
|
|
|
"^linux-cloud-tools-4\.19\.42-v7\+$";
|
|
|
|
|
};
|
|
|
|
|
/* Debug information:
|
|
|
|
|
# dpkg list:
|
|
|
|
@ -23,7 +38,7 @@ APT::NeverAutoRemove
|
|
|
|
|
|
|
|
|
|
# list of different kernel versions:
|
|
|
|
|
|
|
|
|
|
# Installing kernel: (4.14.98-v7+)
|
|
|
|
|
# Installing kernel: (4.19.42-v7+)
|
|
|
|
|
# Running kernel: ignored (4.14.98-v7+)
|
|
|
|
|
# Last kernel:
|
|
|
|
|
# Previous kernel:
|
|
|
|
@ -31,4 +46,5 @@ APT::NeverAutoRemove
|
|
|
|
|
|
|
|
|
|
# Kernel packages (version part) to protect:
|
|
|
|
|
4\.14\.98-v7\+
|
|
|
|
|
4\.19\.42-v7\+
|
|
|
|
|
*/
|
|
|
|
|