Installer: reboot after install, don't shutdown.

This commit is contained in:
Axel Dörfler 2015-07-23 08:53:10 +02:00
parent 739e7bdb66
commit 353af6bf04

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);
}
}