shithub: riscv

ref: d421f1c456eae12ecf87823d0d78bd02d98c8590
dir: /rc/bin/inst/finish/

View raw version
#!/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
	fshalt -r
	while(){}
}