]> git.lizzy.rs Git - plan9front.git/blob - rc/bin/inst/finish
merge
[plan9front.git] / rc / bin / inst / finish
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         echo 'Congratulations; you''ve completed the install.'
14         echo
15         halt
16 }