shithub: riscv

Download patch

ref: d5bbee50a019aaa91f16ab115f606739e837cb9c
parent: f777f7c4211100c0a0ae0c25f668523dc21a5677
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Fri Aug 4 10:17:29 EDT 2017

inst: get rid of halt, just run fshalt in finish directly

--- a/rc/bin/inst/finish
+++ b/rc/bin/inst/finish
@@ -12,5 +12,6 @@
 case go
 	echo 'Congratulations; you''ve completed the install.'
 	echo
-	exec ./halt
+	fshalt -r
+	while(){}
 }
--- a/rc/bin/inst/halt
+++ /dev/null
@@ -1,3 +1,0 @@
-#!/bin/rc
-fshalt -r
-while(){}