diff --git a/debian/desktop-environment/clean-install-kde.sh b/debian/desktop-environment/clean-install-kde.sh index e129972..9eff587 100755 --- a/debian/desktop-environment/clean-install-kde.sh +++ b/debian/desktop-environment/clean-install-kde.sh @@ -40,6 +40,7 @@ choice() { } fix_net() { + # More about bug https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=758557 nf="/etc/network/interfaces" ifs=($(ip addr | grep -E ':\s.*?:' | cut -d ":" -f 2 | tr -d " ")) for value in "${ifs[@]}" @@ -52,6 +53,7 @@ fix_net() { } fix_console() { + # More about bug https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=846256#67 VAR_DIR_CONSOLE=/etc/systemd/system/console-setup.service.d VAR_DIR_KEYBOARD=/etc/systemd/system/keyboard-setup.service.d if ! [ -d "$VAR_DIR_CONSOLE" ]; then