From 346ffb4f1770eb260f8667747b10cea804515930 Mon Sep 17 00:00:00 2001 From: Joshua Dye Date: Tue, 18 Jun 2019 02:43:09 -0400 Subject: [PATCH] committing changes in /etc made by "apt full-upgrade" Package changes: -libraspberrypi-bin 1.20190401-1 armhf -libraspberrypi-dev 1.20190401-1 armhf -libraspberrypi-doc 1.20190401-1 armhf -libraspberrypi0 1.20190401-1 armhf +libraspberrypi-bin 1.20190517-1 armhf +libraspberrypi-dev 1.20190517-1 armhf +libraspberrypi-doc 1.20190517-1 armhf +libraspberrypi0 1.20190517-1 armhf -raspberrypi-bootloader 1.20190401-1 armhf -raspberrypi-kernel 1.20190401-1 armhf +raspberrypi-bootloader 1.20190517-1 armhf +raspberrypi-kernel 1.20190517-1 armhf --- apt/apt.conf.d/01autoremove-kernels | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/apt/apt.conf.d/01autoremove-kernels b/apt/apt.conf.d/01autoremove-kernels index e939c0ab..2659e717 100644 --- a/apt/apt.conf.d/01autoremove-kernels +++ b/apt/apt.conf.d/01autoremove-kernels @@ -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\+ */