-
-
Notifications
You must be signed in to change notification settings - Fork 206
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Add a work-around for audio issues in older Raspberry firmware. raspberrypi/linux#570 - Move a few things around to give DHCP a little more time to come up before we log/announce the IP addresses. This way we're doing something rather than just waiting in WaitForDHCPIPs for the IP(s) to come up. - Disable wifi interface by default on stock SD image so that WaitForDHCPIPs doesn't wait 60 seconds for it to get an IP address. When users configure wifi via the Network Config screen, we'll detect that and wait for an IP to come up on the wireless interface. - Execute flite in the background so that we can proceed with bootup while it announces our IP addresses. Shaves another few seconds off our boot time.
- Loading branch information
Showing
1 changed file
with
25 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters