add an extra line, so we get code formatation
[mirror/dsa-wiki.git] / input / howto / upgrade-to-wheezy.mdwn
index 5a54701..6b12f75 100644 (file)
@@ -23,6 +23,11 @@ upgrade stuff:
 commands:
 
        sed -i "s#squeeze#wheezy#g" /etc/apt/sources.list.d/debian.list /etc/apt/sources.list.d/security.list &&
+       rm -f /etc/apt/preferences.d/dsa-bacula-client &&
+       if [ -e /etc/apt/preferences.d/buildd ]; then
+               rm -f /etc/apt/preferences.d/buildd &&
+               sed -i "s#squeeze#wheezy#g" /etc/apt/sources.list.d/buildd.debian.org.list
+       fi &&
        apt-get update &&
        apt-get install dpkg apt samhain &&
        service samhain stop &&
@@ -42,6 +47,7 @@ commands:
 if /etc/apache2/apache2.conf was not changed, remove the include for httpd.conf.
 
 purge removed packages
+
        dpkg --get-selections | awk '$2=="deinstall" {print $1}' &&
        echo "really purge these [y/N]?" && read ans && [ "$ans" = "y" ] && dpkg --purge `dpkg --get-selections | awk '$2=="deinstall" {print $1}'` &&
        echo "These are not at install:" && dpkg --get-selections | awk '$2!="install" {print $1}'
@@ -51,10 +57,15 @@ more clean ups:
        /usr/lib/nagios/plugins/dsa-check-packages | tr -d ,
        apt-get --purge autoremove
 
+maybe
+       apt-get install firmware-linux
+
 update dsa-nagios.git (add host to wheezy hostgroup)
 
+reboot
+
+verify ipv6 routing still works.
+
 re-init samhain
 
        samhain --foreground -t update -p none -s none -l none -m none
-
-possibly reboot