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

front
cinap_lenrek 2017-08-04 14:17:29 +02:00
parent f777f7c421
commit d5bbee50a0
2 changed files with 2 additions and 4 deletions

View File

@ -12,5 +12,6 @@ case checkdone
case go
echo 'Congratulations; you''ve completed the install.'
echo
exec ./halt
fshalt -r
while(){}
}

View File

@ -1,3 +0,0 @@
#!/bin/rc
fshalt -r
while(){}