ref: 220bcfac94269b16faeb722b04d01c6f65e3b756
parent: 9528e72615f265489f3a3e808fb2ea391f7727d8
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(){}--
⑨