ref: f8e841b65c5e515d1fbaba29bd38ce048d6d4bc3
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
if(~ $cdboot yes){
echo 'Congratulations; you''ve completed the install.'
echo
halt
}
stop go finished
}