build-rootfs: Run ldconfig

Need to update the loader search path in the final root filesystem.
dev/gentoo
Dustin 2024-12-10 16:56:12 -06:00
parent 79e69cf70d
commit da64f49bd6
1 changed files with 2 additions and 0 deletions

View File

@ -76,6 +76,8 @@ if [ -f /mnt/gentoo/etc/udev/hwdb.bin ]; then
mv /mnt/gentoo/etc/udev/hwdb.bin /mnt/gentoo/usr/lib/udev/ mv /mnt/gentoo/etc/udev/hwdb.bin /mnt/gentoo/usr/lib/udev/
fi fi
ldconfig -r /mnt/gentoo
rm -f /mnt/gentoo/lib/tmpfiles.d/provision.conf rm -f /mnt/gentoo/lib/tmpfiles.d/provision.conf
systemd-tmpfiles --root=/mnt/gentoo -E --exclude-prefix=/var --create systemd-tmpfiles --root=/mnt/gentoo -E --exclude-prefix=/var --create