From ccd1b0199330d8a01210b184f17d183676c97baf Mon Sep 17 00:00:00 2001 From: Alesh Slovak Date: Mon, 1 Apr 2024 13:10:03 -0400 Subject: [PATCH] bump wait time to avoid kernel boot messages printing over dialogs --- chimeraos/airootfs/root/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chimeraos/airootfs/root/install.sh b/chimeraos/airootfs/root/install.sh index b0d43e7..0a94fd1 100755 --- a/chimeraos/airootfs/root/install.sh +++ b/chimeraos/airootfs/root/install.sh @@ -37,8 +37,8 @@ timedatectl set-ntp true #### Test connection or ask the user for configuration #### -# Waiting a bit because some wifi chips are slow to scan 5GHZ networks -sleep 2 +# Waiting a bit because some wifi chips are slow to scan 5GHZ networks and to avoid kernel boot up messages printing over the screen +sleep 10 TARGET="stable" while ! ( curl --http1.1 -Ls https://github.com | grep ' /dev/null ); do