shithub: purgatorio

ref: 75c92428225428c8fde2d015f010e608a0b12f1d
dir: purgatorio/lib/sh/profile

View raw version
# emu sh initialisation here
load std

user = `{cat /dev/user}
home = /usr/^$user

bind /locale/US_Central /locale/timezone

# Fix creation annoyance for hosted inferno
# this might be relevant for native, but is untested
bind -c '#U'/dis /dis

# Set up environment
bind -b '#s' /chan

# Networking
ndb/dns -r
ndb/cs
# bind -b '#scs' /net
mount {mntgen} /n
mount {mntgen} /mnt

# Run the user's profile
cd
and {ftest -d tmp}		{bind -c tmp /tmp}
and {ftest -e namespace}	{nsbuild}
and {ftest -e lib/profile}	{run lib/profile}