make a note of firmwares
[mirror/dsa-wiki.git] / input / howto / upgrade-to-squeeze.mdwn
index b7bbcc7..0f6f416 100644 (file)
@@ -71,6 +71,26 @@ upgrade once more (security etc)
 
        apt-get update && apt-get dist-upgrade
 
+if you are moving from a dsa kernel to a debian kernel, add non-free to sources list, then
+
+       apt-get install firmware-linux
+
+maybe also
+
+       apt-get install firmware-bnx2
+
+clean up transitions
+
+       dpkg --purge dhcp3-client && apt-get install isc-dhcp-client  # mark as non-auto
+
+Do the same for grub/grub-pc if you did upgrade-from-grub-legacy
+
+       (reboot)
+       upgrade-from-grub-legacy
+       (reboot)
+       apt-get purge grub
+       apt-get install grub-pc
+
 check for obsolete packages
 
        /usr/lib/nagios/plugins/dsa-check-packages
@@ -82,7 +102,6 @@ clean up old libs
        orphaner -a
        orphaner -a -n
 
-
 purge removed packages
 
        dpkg --get-selections | awk '$2=="deinstall" {print $1}' &&
@@ -96,10 +115,9 @@ possibly reboot
 re-enable exim, samhain
 
        mv /etc/rc2.d/K02exim4 /etc/rc2.d/S02exim4
-       env -i /etc/init.d/exim4 start
-
        mv /etc/rc2.d/K02samhain /etc/rc2.d/S02samhain
        env -i /etc/init.d/exim4 start
+       env -i /etc/init.d/samhain
 
        insserv