Firefox OS/Performance/Modifying boot.img
< Firefox OS | Performance
Jump to navigation
Jump to search
Modifying boot.img
This page is meant to illustrate the general steps necessary to make changes to the ramdisk in the boot partition of the device. Ideally, the build system would build the kernel, and ramdisk, and then create a boot.img which would then be flashed. In which case, it's simply a matter of adding or changing whatever rc files are desired (and of course /init would be automatically included if any changes were made there). On the flame however, it was not quite so easy.
Obtaining a boot.img
W.I.P