#!/bin/rc
# local cpu startup
# used only by upas, as default return domain appended to all unqualified
# return addresses, even local ones
site=plan9
# replace FILESERVER with the name of your file server
# here we start with kfs, your local disk file system
fileserver=kfs
# replace FACEDOM with the local domain to be used in the faces database
facedom=FACEDOM
# turn on cooperative scheduling (assuming it starts off)
echo coop > /dev/reboot
|