Initial commit
This commit is contained in:
56
apt/apt.conf.d/01autoremove-kernels
Normal file
56
apt/apt.conf.d/01autoremove-kernels
Normal file
@@ -0,0 +1,56 @@
|
||||
// DO NOT EDIT! File autogenerated by /etc/kernel/postinst.d/apt-auto-removal
|
||||
APT::NeverAutoRemove
|
||||
{
|
||||
"^linux-image-4\.19\.97-v7l\+$";
|
||||
"^linux-image-5\.10\.17-v8\+$";
|
||||
"^linux-headers-4\.19\.97-v7l\+$";
|
||||
"^linux-headers-5\.10\.17-v8\+$";
|
||||
"^linux-image-extra-4\.19\.97-v7l\+$";
|
||||
"^linux-image-extra-5\.10\.17-v8\+$";
|
||||
"^linux-modules-4\.19\.97-v7l\+$";
|
||||
"^linux-modules-5\.10\.17-v8\+$";
|
||||
"^linux-modules-extra-4\.19\.97-v7l\+$";
|
||||
"^linux-modules-extra-5\.10\.17-v8\+$";
|
||||
"^linux-signed-image-4\.19\.97-v7l\+$";
|
||||
"^linux-signed-image-5\.10\.17-v8\+$";
|
||||
"^linux-image-unsigned-4\.19\.97-v7l\+$";
|
||||
"^linux-image-unsigned-5\.10\.17-v8\+$";
|
||||
"^kfreebsd-image-4\.19\.97-v7l\+$";
|
||||
"^kfreebsd-image-5\.10\.17-v8\+$";
|
||||
"^kfreebsd-headers-4\.19\.97-v7l\+$";
|
||||
"^kfreebsd-headers-5\.10\.17-v8\+$";
|
||||
"^gnumach-image-4\.19\.97-v7l\+$";
|
||||
"^gnumach-image-5\.10\.17-v8\+$";
|
||||
"^.*-modules-4\.19\.97-v7l\+$";
|
||||
"^.*-modules-5\.10\.17-v8\+$";
|
||||
"^.*-kernel-4\.19\.97-v7l\+$";
|
||||
"^.*-kernel-5\.10\.17-v8\+$";
|
||||
"^linux-backports-modules-.*-4\.19\.97-v7l\+$";
|
||||
"^linux-backports-modules-.*-5\.10\.17-v8\+$";
|
||||
"^linux-modules-.*-4\.19\.97-v7l\+$";
|
||||
"^linux-modules-.*-5\.10\.17-v8\+$";
|
||||
"^linux-tools-4\.19\.97-v7l\+$";
|
||||
"^linux-tools-5\.10\.17-v8\+$";
|
||||
"^linux-cloud-tools-4\.19\.97-v7l\+$";
|
||||
"^linux-cloud-tools-5\.10\.17-v8\+$";
|
||||
"^linux-buildinfo-4\.19\.97-v7l\+$";
|
||||
"^linux-buildinfo-5\.10\.17-v8\+$";
|
||||
"^linux-source-4\.19\.97-v7l\+$";
|
||||
"^linux-source-5\.10\.17-v8\+$";
|
||||
};
|
||||
/* Debug information:
|
||||
# dpkg list:
|
||||
# list of installed kernel packages:
|
||||
|
||||
# list of different kernel versions:
|
||||
|
||||
# Installing kernel: (5.10.17-v8+)
|
||||
# Running kernel: ignored (4.19.97-v7l+)
|
||||
# Last kernel:
|
||||
# Previous kernel:
|
||||
# Kernel versions list to keep:
|
||||
|
||||
# Kernel packages (version part) to protect:
|
||||
4\.19\.97-v7l\+
|
||||
5\.10\.17-v8\+
|
||||
*/
|
||||
Reference in New Issue
Block a user