]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/shared/hwdb-util.h
Add $SYSTEMD_HWDB_UPDATE_BYPASS (#30463)
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Thu, 14 Dec 2023 09:57:05 +0000 (10:57 +0100)
committerGitHub <noreply@github.com>
Thu, 14 Dec 2023 09:57:05 +0000 (18:57 +0900)
commit3d11b46bf72d85f1305876140a560e1e4be628db
treed9a8317da1c0ca97e739e6cf6b9c6b1912f9bcbc
parentbd546b9b48e575dbea37ac9c7cf5e79985712e54
Add $SYSTEMD_HWDB_UPDATE_BYPASS (#30463)

Same as $KERNEL_INSTALL_BYPASS, but for hwdb. This will speed up
cross architecture image builds in mkosi as I can disable package
managers from running the costly hwdb update stuff in qemu user
mode and run it myself with a native systemd-hwdb with --root=.
docs/ENVIRONMENT.md
src/hwdb/hwdb.c
src/shared/hwdb-util.c
src/shared/hwdb-util.h
src/udev/udevadm-hwdb.c