Skip to content

Commit

Permalink
Revert "bump wait time to avoid kernel boot messages printing over di…
Browse files Browse the repository at this point in the history
…alogs"

This reverts commit ccd1b01.
  • Loading branch information
alkazar committed Sep 20, 2024
1 parent 77135d2 commit a54699b
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 @@ -203,9 +203,9 @@ 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 and to avoid kernel boot up messages printing over the screen
# Waiting a bit because some wifi chips are slow to scan 5GHZ networks
echo "Starting installer..."
sleep 10
sleep 2

TARGET="stable"
while ! ( curl --http1.1 -Ls https://github.com | grep '<html' > /dev/null ); do
Expand Down

0 comments on commit a54699b

Please sign in to comment.