From c02c283aac2bd80d52de0084b104738270d21618 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Thu, 17 Mar 2011 23:47:58 +0100 Subject: [PATCH] make a note of firmwares --- input/howto/upgrade-to-squeeze.mdwn | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/input/howto/upgrade-to-squeeze.mdwn b/input/howto/upgrade-to-squeeze.mdwn index e1e8a75..0f6f416 100644 --- a/input/howto/upgrade-to-squeeze.mdwn +++ b/input/howto/upgrade-to-squeeze.mdwn @@ -71,13 +71,23 @@ 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 -- 2.20.1