#!/bin/rc # make the sources copy of the plan 9 distribution available for local use if(! test -e /srv/sources){ srv tcp!204.178.31.11!564 sources } mount -n /srv/sources /n/sources bind -a /n/sources/plan9 / bind -b /$cputype/bin /bin bind -b /rc/bin /bin bind -a /n/sources/plan9/sys /sys bind -a /n/sources/plan9/lib /lib bind -b /n/sources/plan9/lib/font /lib/font mount -a /srv/factotum /mnt exit ''