You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add booster.log boot parameter that replaces and extends the functionality of booster.debug. ooster.debug is marked as deprecated.
booster.disable_concurrent_module_loading boot parameter has been removed. This parameter has been used as a safety net if concurrent module loading does not work properly. Concurrent module loading has been thoroughly tested and found no major issues. Drop the unneeded parameter.
Fix “too many open files” booster generator error (#76)
Process udev and block scanning concurrently to increase the level of parallelism and reduce boot time.
Refactor booster CLI. Add booster build, booster ls, booster cat, booster unpack subcommand to build/inspect initramfs images. This functionality is roughly equivalent to lsinitcpio (#11)
Add sdhci_acpi to the list of modules required for eMMC (#90)