Add indormation about fix
This commit is contained in:
parent
31b019fbc9
commit
269e1694eb
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user