| # Run rc.local. Prefer the one out of
reach by the file # sharing applications. If not available, look in the web # folder on the internal HDD. if [ -x /shares/${pool}/rc.local ]; then /shares/${pool}/rc.local $1 & else if [ -e /shares/${pool}/${share}/web/rc.local ]; then /bin/sh /shares/${pool}/${share}/web/rc.local $1 & else echo Found no rc.local to run! fi fi |
| ln -sf /tmp/fstab etc/fstab ln -sf /tmp/shells etc/shells |
| mkdir -p opt |