From: Aurelien Jarno Date: Tue, 2 Apr 2019 20:16:44 +0000 (+0200) Subject: Re-enable module loading support before an upgrade to buster X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fdsa-wiki.git;a=commitdiff_plain;h=0cfee7c5764bdb43287f74382321a3e0ee6dba3f Re-enable module loading support before an upgrade to buster --- diff --git a/input/howto/upgrade-to-buster.mdwn b/input/howto/upgrade-to-buster.mdwn index 3ee6c00..6424a99 100644 --- a/input/howto/upgrade-to-buster.mdwn +++ b/input/howto/upgrade-to-buster.mdwn @@ -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 &&