pmbootstrap flasher boot: fix fastboot arg (-c) (!1819)

Replace -c with --cmdline, to adjust to the same change in fastboot:
577e8b44b6
This commit is contained in:
Oliver Smith 2019-09-29 23:56:51 +02:00
parent 966d1a6d91
commit 4dea27e67d
No known key found for this signature in database
GPG Key ID: 5AE7F5513E0885CB
1 changed files with 2 additions and 2 deletions

View File

@ -352,8 +352,8 @@ flashers = {
"$IMAGE"]],
"flash_kernel": [["fastboot", "flash", "$PARTITION_KERNEL",
"$BOOT/boot.img-$FLAVOR"]],
"boot": [["fastboot", "-c", "$KERNEL_CMDLINE", "boot",
"$BOOT/boot.img-$FLAVOR"]],
"boot": [["fastboot", "--cmdline", "$KERNEL_CMDLINE",
"boot", "$BOOT/boot.img-$FLAVOR"]],
},
},
# Some Samsung devices need the initramfs to be baked into the kernel (e.g.