Hax to make it boot
diff --git a/reboot.c b/reboot.c
index 915d199..0fbda81 100644
--- a/reboot.c
+++ b/reboot.c
@@ -48,7 +48,7 @@
     {
     case rb_current:
     case rb_system:
-        finish_recovery("s");
+        twfinish_recovery("s");
 		sync();
 		check_and_run_script("/sbin/rebootsystem.sh", "reboot system");
         return reboot(RB_AUTOBOOT);