Skip to content

Commit

Permalink
bump wait time to avoid kernel boot messages printing over dialogs
Browse files Browse the repository at this point in the history
  • Loading branch information
alkazar committed Apr 1, 2024
1 parent 2494475 commit ccd1b01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chimeraos/airootfs/root/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 '<html' > /dev/null ); do
Expand Down

0 comments on commit ccd1b01

Please sign in to comment.