Subversion Repositories planix.SVN

Rev

Rev 2 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 - 1
#!/bin/rc
2
 
3
# desc: finish the installation and reboot
4
# prereq: bootsetup
5
# mustdo: 
6
 
7
switch($1) {
8
case checkdone
9
	finish=ready
10
	export finish
11
 
12
case go
13
	if(~ $cdboot yes){
14
		echo 'Congratulations; you''ve completed the install.'
15
		echo
16
		halt
17
	}
18
	stop go finished
19
}