forked from Mirror/pmbootstrap
Revert "Add "flash_fastboot_vendor_id" deviceinfo variable for fastboot flash method (#857)" (!1818)
This reverts commit 6fb5b28e2f
.
The -i option was removed from fastboot, so we can't use it anymore
unless we fork the package. There was only one device using it,
amazon-thor. I will add a note to the wiki page.
Fixes #1830.
This commit is contained in:
parent
ff4965ddfc
commit
7b8dc01d9e
3 changed files with 8 additions and 12 deletions
|
@ -39,7 +39,6 @@ def variables(args, flavor, method):
|
|||
"$BOOT": "/mnt/rootfs_" + args.device + "/boot",
|
||||
"$FLAVOR": flavor if flavor is not None else "",
|
||||
"$IMAGE": "/home/pmos/rootfs/" + args.device + ".img",
|
||||
"$VENDOR_ID": args.deviceinfo["flash_fastboot_vendor_id"],
|
||||
"$KERNEL_CMDLINE": _cmdline,
|
||||
"$PARTITION_KERNEL": _partition_kernel,
|
||||
"$PARTITION_INITFS": args.deviceinfo["flash_heimdall_partition_initfs"] or "RECOVERY",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue