Changeset 24262

Show
Ignore:
Timestamp:
03/05/08 22:04:28 (9 months ago)
Author:
mmu_man
Message:

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...

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • haiku/trunk/build/jam/HaikuImage

    r24247 r24262  
    272272 
    273273# scripts and data files 
    274 local bootScripts = Bootscript SetupEnvironment Netscript InstallerInitScript 
     274local bootScripts = Bootscript Bootscript.cd SetupEnvironment Netscript InstallerInitScript 
    275275        InstallerFinishScript ; 
    276276SEARCH on $(bootScripts) = [ FDirName $(HAIKU_TOP) data system boot ] ;