code: 9ferno

ref: 58055b9e3a8c6df1cd128a3d4ed3667eab94e472
dir: /usr/inferno/lib/profile/

View raw version
# Personal sh intialisation

memfs

# Set up environment
bind -b $home/dis /dis
bind -b $home/module /module

# Networking
ndb/cs
ndb/dns

if{~ $"sysname vmx9ferno}{
	# serve the cd
	styxlisten -A -v tcp!192.168.88.118!17001 export /n/cd/
}

if{~ $"sysname 9ferno}{
	# mount the vmx cd
	mount -A tcp!192.168.88.118!17001 /n/cd
}