1 # 2 # this is a presetup script for Linux 3 # 4 # any custom modifications to setup_chroot.sh variables could occur here 5 # 6 # for specific distros of linux, use uname and if/then clauses... 7 # perhaps sourcing other scripts, send changes to joe@sublimation.org 8 # 9 # 10 # update the real ld.so.cache, and include it and the config to be copied. 11 # could use ldconfig -r, but this is probably more portable. 12 # 13 14 ldconfig 15 16 LIB_LIST="$LIB_LIST /etc/ld.so.cache /etc/ld.so.conf"