ref: 9b2d3ed37a9d58d8ea4692858b47a9f1b03d7e65
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 exec ./halt }