Re-enable module loading support before an upgrade to buster
authorAurelien Jarno <aurelien@aurel32.net>
Tue, 2 Apr 2019 20:16:44 +0000 (22:16 +0200)
committerAurelien Jarno <aurelien@aurel32.net>
Tue, 2 Apr 2019 20:17:24 +0000 (22:17 +0200)
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.
 
 * 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 &&
 commands:
 
        sed -i "s#stretch#buster#g" /etc/apt/sources.list.d/debian.list /etc/apt/sources.list.d/security.list &&