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