Running hwdb takes roughly a second and is
unlikely to ever rely on files added by extra
trees or such, so let's cache the step instead of
re-running it every single time.
run_prepare_scripts(context, build=True)
fixup_vmlinuz_location(context)
run_depmod(context, cache=True)
+ run_hwdb(context)
save_cache(context)
reuse_cache(context)
run_preset(context)
run_depmod(context)
run_firstboot(context)
- run_hwdb(context)
# These might be removed by the next steps, so let's save them for later if needed.
stub, kver, kimg, microcode = save_esp_components(context)