Do not install the linux-image-amd64 meta-package
[mirror/dsa-wiki.git] / 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}' &&