forked from fosslinux/live-bootstrap
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add rootwait to grub command line to fix USB boot failures
Without this, one of my boards fails to reboot from USB drive due to slow USB enumeration. Rootwait is not needed during the Fiwix -> Linux jump, because we use an initramfs there, and the init scripts already wait for USB drives to show up. Linux->Linux kexec, used with a custom early kernel, might need it, so add it there as well to be safe.
- Loading branch information
1 parent
11d3605
commit ee3ab50
Showing
2 changed files
with
3 additions
and
3 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
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