ref: 99e2d549e86cbdf4c364a476b8eb008c8fcff6ec
dir: /rc/bin/inst/finish/
#!/bin/rc # desc: finish the installation and reboot # prereq: bootsetup # mustdo: switch($1) { case checkdone finish=ready export finish case go echo 'Congratulations; you''ve completed the install.' echo fshalt -r while(){} }