ref: 1f3f4cd06bccbaa68e34a7e5d5008c8e788e5db2
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 }