# FIXME: Mounting FSes via /etc/profile is fragile (risk of multiple mounts from
# login shells). Throw away this operation when we have a proper initial process.

if [ -f /etc/profile.d/init.sh ]; then
    . /etc/profile.d/init.sh
fi
