FirstBootPrompt: launch installer/desktop targets directly.

* No need for shell scripting here.
This commit is contained in:
Axel Dörfler
2015-07-22 20:43:44 +02:00
parent bd1c9bf338
commit 4c67f79c2c
5 changed files with 26 additions and 8 deletions
+4 -1
View File
@@ -22,7 +22,10 @@ public:
port_id GetPort(const char* signature,
const char* name);
status_t Target(const char* name, BMessage& data,
status_t Target(const char* name, const BMessage& data,
const char* baseName = NULL);
status_t Target(const char* name,
const BMessage* data = NULL,
const char* baseName = NULL);
status_t StartSession(const char* login);