mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Kernel messages can overwrite whiptail screen #812
Kernel messages can overwrite whiptail screen #812
This commit is contained in:
@@ -117,6 +117,10 @@ if [ "$OS" == ubuntu ]; then
|
|||||||
update-alternatives --set newt-palette /etc/newt/palette.original >> $setup_log 2>&1
|
update-alternatives --set newt-palette /etc/newt/palette.original >> $setup_log 2>&1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Kernel messages can overwrite whiptail screen #812
|
||||||
|
# https://github.com/Security-Onion-Solutions/securityonion/issues/812
|
||||||
|
dmesg -D
|
||||||
|
|
||||||
# Kernel consoleblank is causing whiptail progress screen to appear to hang #1084
|
# Kernel consoleblank is causing whiptail progress screen to appear to hang #1084
|
||||||
# https://github.com/Security-Onion-Solutions/securityonion/issues/1084
|
# https://github.com/Security-Onion-Solutions/securityonion/issues/1084
|
||||||
if [ "$automated" == no ]; then
|
if [ "$automated" == no ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user