Quote:
Originally Posted by crwinger
where in the batch file do i add this? and i can use boot.rgu out of the 5054 base kit?
im guessing somewhere in this range..... thanks a ton
@echo Building OS-new.nb...
@cd ..\Temp2
@start /wait ..\Tools\imgfstonb.exe imgfs.bin ..\ROM\8004000-OS.nb OS.nb.payload
@del imgfs.bin
@start /wait ..\Tools\nbmerge.exe -titan OS.nb
@del OS.nb.payload
@ren OS.nb OS-new.nb
@cd ..
@mkdir .\Output
@move .\Temp2\OS-new.nb .\Output
@cd .\Output
@echo .... Done.
|
Yes you should be able to use that boot.rgu file
it will be just before
@start /wait ..\Tools\nbmerge.exe -titan OS.nb
and the name of the input file will be os.nb.payload , so it will be something like ..\(name of the partion fixer tool) os.nb.payload
@start /wait ..\Tools\nbmerge.exe -titan OS.nb