Skip to content

[Reference] multiboot.ini

Michael Zimmermann edited this page Aug 19, 2016 · 7 revisions
[config]
name         = ROMNAME
description  = ROM DESCRIPTION
type         = android

# optional
[replacements]
kernel  = kernel.img
ramdisk = ramdisk.img
dt      = dt.img
cmdline = androidboot.serialno=ABCDEFGH

[partitions]
boot     = boot.img
system   = system.img
data     = data
cache    = cache
modem    = modem.img

Notes

The type of the image is determined by it's file extension:

  • none: bind mount directory
  • img: loop mount file