diff --git a/src/apps/installer/InstallerApp.cpp b/src/apps/installer/InstallerApp.cpp index b71580579d..41581a0677 100644 --- a/src/apps/installer/InstallerApp.cpp +++ b/src/apps/installer/InstallerApp.cpp @@ -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); } }