live-bootstrap/steps/improve
Gábor Stefanik ee3ab501da 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.
2024-02-18 17:52:33 +01:00
..
after.sh Fix "no job control in this shell" in final Bash prompt 2024-01-30 02:50:36 +01:00
clean_artifacts.sh Clean pre-Bash build artifacts before building the Linux kernel 2024-02-17 15:32:02 +01:00
clean_sources.sh Upgrade Linux kernel to 4.14.336 2024-02-17 15:37:33 +01:00
cleanup_filesystem.sh Cleanup the filesystem at end of bootstrap 2024-01-26 10:29:57 +11:00
finalize_fhs.sh Support reboot in non-chroot modes using grub and an init script 2024-02-04 16:54:13 +01:00
finalize_job_count.sh Restore multicore build support with kernel-bootstrap 2024-01-08 12:56:15 +01:00
get_network.sh Linters & CI updates 2023-12-15 21:44:43 +11:00
make_bootable.sh Add rootwait to grub command line to fix USB boot failures 2024-02-18 17:52:33 +01:00
merged_usr.sh Use merged usr throughout the entire bootstrap 2024-01-26 10:29:18 +11:00
musl_libdir.sh Linters & CI updates 2023-12-15 21:44:43 +11:00
null_time.sh Linters & CI updates 2023-12-15 21:44:43 +11:00
open_console.sh Improve pseudo-interactive prompts using the early bash 2024-02-05 10:02:34 +01:00
populate_device_nodes.sh Open shells on virtual terminals for monitoring in interactive mode 2024-01-30 02:50:36 +01:00
setup_repo.sh Capture everything built before the repo system in a base tarball 2024-02-17 15:32:02 +01:00
swap.sh Support reboot in non-chroot modes using grub and an init script 2024-02-04 16:54:13 +01:00
update_checksums.sh Do update checksums when building with `--update-checksums` 2023-12-27 12:36:46 +01:00
update_env.sh Allow update_env to incorporate runtime changes to bootstrap.cfg 2024-01-08 12:55:19 +01:00