ref: 4c0c82d6f7d7725cff163b99258b8fc2e8e814cc
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 }