mirror of
https://github.com/nchevsky/systemrescue-zfs.git
synced 2026-02-23 07:44:14 +01:00
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:
commit
7e4e7ac86c
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue