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