Re-enable module loading support before an upgrade to buster
[mirror/dsa-wiki.git] / input / howto / upgrade-to-buster.mdwn
index 3ee6c00..6424a99 100644 (file)
@@ -9,6 +9,10 @@ upgrade stuff:
 * answer question to libc6 "Restart services automaticaly" with "yes"
 * say no to other other questions.
 
+first re-enable module loading, as new modules are needed to restart ferm (due to nftables):
+       sed -i "s#echo 1#echo 0#" /etc/rc.local &&
+       reboot < /dev/null
+
 commands:
 
        sed -i "s#stretch#buster#g" /etc/apt/sources.list.d/debian.list /etc/apt/sources.list.d/security.list &&