Adding Bootscript.cd to the image helps a lot, though it now gets stuck waiting for input_server.

Either app_server doesn't start it, or it exits right away...


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24262 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
François Revol
2008-03-06 03:04:28 +00:00
parent c4a4a67f3b
commit cfbbe30f3b
+1 -1
View File
@@ -271,7 +271,7 @@ AddSymlinkToHaikuImage beos bin : vim : view ;
# scripts and data files
local bootScripts = Bootscript SetupEnvironment Netscript InstallerInitScript
local bootScripts = Bootscript Bootscript.cd SetupEnvironment Netscript InstallerInitScript
InstallerFinishScript ;
SEARCH on $(bootScripts) = [ FDirName $(HAIKU_TOP) data system boot ] ;
AddFilesToHaikuImage beos system boot : $(bootScripts) ;