#!/bin/rc -x
aux/stub -d /usr/sl
aux/stub -d /usr/sl/bin
aux/stub -d /usr/sl/books
aux/stub -d /usr/sl/comics
aux/stub -d /usr/sl/games
aux/stub -d /usr/sl/go
aux/stub -d /usr/sl/img
aux/stub -d /usr/sl/irc
aux/stub -d /usr/sl/lib
aux/stub -d /usr/sl/magazines
aux/stub -d /usr/sl/mroot
aux/stub -d /usr/sl/music
aux/stub -d /usr/sl/simh
aux/stub -d /usr/sl/sites
aux/stub -d /usr/sl/src
aux/stub -d /usr/sl/tmp
aux/stub -d /usr/sl/who
aux/stub -d /usr/sl/www
aux/stub -d /mail/box/sl
bind -a /shr/sdU42bc8/386/bin /bin
bind /shr/sdU42bc8/386/bin/vga /bin/aux/vga
bind /shr/sdU42bc8/386/bin/upas /bin/upas
bind -c /shr/sdU42bc8/bin /usr/sl/bin
bind -c /shr/sdU42bc8/irc /usr/sl/irc
bind -c /shr/sdU42bc8/lib /usr/sl/lib
bind -c /shr/sdU42bc8/go /usr/sl/go
bind -c /shr/sdU42bc8/go/386/bin /usr/sl/go/bin
bind -c /shr/sdU42bc8/tls /sys/lib/tls
bind -c /shr/sdU42bc8/lib/firmware /lib/firmware
bind -c /shr/sdU42bc8/lib/vgadb /lib/vgadb
bind -a '#l0' /net
bind -a '#I0' /net
bind -c /usr/sl/lib/ndb/local /lib/ndb/local
. /usr/$user/lib/profile
ramfs
echo standby | atazz /dev/sdE0
switch($sysname){
case ghost
wmonitor=x230
case habu
wmonitor=x301
case tr1 u2
wmonitor=x60t
vgasize=1400x1050x32
case *
wmonitor=$sysname
}
revga -m $wmonitor -l $vgasize
echo softscreen on >/dev/vgactl
|