Do not install the linux-image-amd64 meta-package
authorAurelien Jarno <aurelien@aurel32.net>
Tue, 2 Apr 2019 20:20:03 +0000 (22:20 +0200)
committerAurelien Jarno <aurelien@aurel32.net>
Tue, 2 Apr 2019 20:20:37 +0000 (22:20 +0200)
We have it installed by default for quite some time

input/howto/upgrade-to-buster.mdwn

index 6424a99..5b58b41 100644 (file)
@@ -21,7 +21,7 @@ commands:
        apt-get update &&
        service samhain stop &&
        rm -f /var/state/samhain/samhain_file /var/lib/samhain/samhain_file &&
-       apt-get install dpkg apt samhain linux-image-amd64 &&
+       apt-get install dpkg apt samhain &&
        service samhain stop &&
        apt-get dist-upgrade &&
        rm -f /var/state/samhain/samhain_file /var/lib/samhain/samhain_file &&
@@ -36,10 +36,6 @@ commands:
        dpkg --clear-avail &&
        apt-get clean
 
-on amd64, install kernel:
-
-       apt-get install linux-image-amd64
-
 purge removed packages
 
        dpkg --get-selections | awk '$2=="deinstall" {print $1}' &&