inst: get rid of halt, just run fshalt in finish directly
This commit is contained in:
parent
f777f7c421
commit
d5bbee50a0
2 changed files with 2 additions and 4 deletions
|
@ -12,5 +12,6 @@ case checkdone
|
||||||
case go
|
case go
|
||||||
echo 'Congratulations; you''ve completed the install.'
|
echo 'Congratulations; you''ve completed the install.'
|
||||||
echo
|
echo
|
||||||
exec ./halt
|
fshalt -r
|
||||||
|
while(){}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,3 +0,0 @@
|
||||||
#!/bin/rc
|
|
||||||
fshalt -r
|
|
||||||
while(){}
|
|
Loading…
Reference in a new issue