Installer: reboot after install, don't shutdown.

This commit is contained in:
Axel Dörfler
2015-07-23 09:01:03 +02:00
parent 739e7bdb66
commit 353af6bf04
+2 -2
View File
@@ -132,8 +132,8 @@ InstallerApp::Quit()
Utility::EjectMedia("/boot");
}
// Quickly shutdown without possibly touching anything on disk
// Quickly reboot without possibly touching anything on disk
// (which we might just have ejected)
_kern_shutdown(false);
_kern_shutdown(true);
}
}