Lines Matching full:boot
179 i = cls.ITEMS.get("system/recovery-from-boot.p", None)
313 with the boot image. (Most of the space in these images is just the
316 script that is run from init.rc on first boot to actually do the
338 common.ZipWriteStr(output_zip, "recovery/recovery-from-boot.p", patch)
339 Item.Get("system/recovery-from-boot.p", dir=False)
341 boot_type, boot_device = common.GetTypeAndDevice("/boot", OPTIONS.info_dict)
347 applypatch %(bonus_args)s %(boot_type)s:%(boot_device)s:%(boot_size)d:%(boot_sha1)s %(recovery_type)s:%(recovery_device)s %(recovery_sha1)s %(recovery_size)d %(boot_sha1)s:/system/recovery-from-boot.p
412 boot_img = common.GetBootableImage("boot.img", "boot.img",
413 OPTIONS.input_tmp, "BOOT")
421 common.CheckSize(boot_img.data, "boot.img", OPTIONS.info_dict)
422 common.ZipWriteStr(output_zip, "boot.img", boot_img.data)
426 script.WriteRawImage("/boot", "boot.img")
546 "/tmp/boot.img", "boot.img", OPTIONS.source_tmp, "BOOT",
549 "/tmp/boot.img", "boot.img", OPTIONS.target_tmp, "BOOT")
586 print "boot target: %d source: %d diff: %d" % (
589 common.ZipWriteStr(output_zip, "patch/boot.img.p", d)
591 boot_type, boot_device = common.GetTypeAndDevice("/boot", OPTIONS.info_dict)
637 # Produce the boot image by applying a patch to the current
638 # contents of the boot partition, and write it back to the
640 script.Print("Patching boot image...")
647 source_boot.sha1, "patch/boot.img.p")
650 print "boot image changed; including."
652 print "boot image unchanged; skipping."
655 # Recovery is generated as a patch using both the boot image
662 # use only the boot image as the source.
666 script.DeleteFiles(["/system/recovery-from-boot.p",
668 print "recovery image changed; including as patch from boot."