From 0cfee7c5764bdb43287f74382321a3e0ee6dba3f Mon Sep 17 00:00:00 2001 From: Aurelien Jarno Date: Tue, 2 Apr 2019 22:16:44 +0200 Subject: [PATCH] Re-enable module loading support before an upgrade to buster --- input/howto/upgrade-to-buster.mdwn | 4 ++++ 1 file changed, 4 insertions(+) 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 && -- 2.20.1