Warning: Attempt to read property "date" on null in /usr/local/www/websvn.planix.org/blame.php on line 247

Warning: Attempt to read property "msg" on null in /usr/local/www/websvn.planix.org/blame.php on line 247
WebSVN – planix.SVN – Blame – /os/branches/planix-v0/sys/lib/dist/pc/glenda/lib/profile – Rev 2

Subversion Repositories planix.SVN

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 - 1
if(test -f '#m/mousectl') {
2
	echo -n accelerated > '#m/mousectl'
3
	echo -n 'res 3' > '#m/mousectl'
4
}
5
user=`{cat /dev/user}
6
home=/usr/$user
7
bind -a $home/bin/rc /bin
8
bind -a $home/bin/$cputype /bin
9
bind -c $home/tmp /tmp
10
rio -si inst/gui
11
echo 
12
echo
13
echo 'failed to start rio.  you can start a text-based installation by running'
14
echo
15
echo '	inst/textonly'
16
echo