X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=input%2Fhowto%2Fupgrade-to-buster.mdwn;h=6424a998aed4f1fce689969e063b04f1b7e08e0a;hb=0cfee7c5764bdb43287f74382321a3e0ee6dba3f;hp=3e2335d1c0df729e5074631a94bcebaf169a9bdb;hpb=ee559496b389ff0cb82cf5dae04f34ef7e0c6891;p=mirror%2Fdsa-wiki.git diff --git a/input/howto/upgrade-to-buster.mdwn b/input/howto/upgrade-to-buster.mdwn index 3e2335d..6424a99 100644 --- a/input/howto/upgrade-to-buster.mdwn +++ b/input/howto/upgrade-to-buster.mdwn @@ -9,9 +9,14 @@ 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 && + sed -i "/backports/d" /etc/apt/sources.list.d/debian.list && dpkg --clear-avail && apt-get update && service samhain stop &&