Merge branch 'no-ldconfig' into 'master'

disable the ldconfig run as it can unnecessarily slow down boot

See merge request systemrescue/systemrescue-sources!125
This commit is contained in:
Francois Dupoux 2021-12-18 12:57:38 +00:00
commit 7e4e7ac86c

View file

@ -45,6 +45,9 @@ systemctl mask shadow.timer
systemctl mask man-db.timer
systemctl mask updatedb.timer
# ldconfig ("Rebuild Dynamic Linker Cache") unnecessarily slows down boot some time after the release
systemctl mask ldconfig.service
# Provide additional commands (using busybox instead of binutils to save space)
ln -sf /usr/bin/busybox /usr/local/bin/ar
ln -sf /usr/bin/busybox /usr/local/bin/strings