code: 9ferno

ref: be582a0ae8d2473d64fcdf5adc9148b9ba93681a
dir: /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 -a '#scs' /net
mount {mntgen} /n
mount {mntgen} /mnt

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