diff --git a/pmb/config/__init__.py b/pmb/config/__init__.py index 746a5b83..1c708f69 100644 --- a/pmb/config/__init__.py +++ b/pmb/config/__init__.py @@ -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.