We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a857bed commit 08787ddCopy full SHA for 08787dd
boot-switcher/META-INF/com/google/android/update-binary
@@ -190,7 +190,7 @@ log "New boot target: '$TARGET_PRETTY'"
190
191
# Start
192
log "Writing $TARGET-boot image..."
193
-dd if=$ROOT/boot/$TARGET-boot.img of=/dev/block/bootdevice/by-name/boot || abort 5 "Writing new boot image failed."
+dd if=$ROOT/boot/$TARGET-boot.img of=/dev/block/bootdevice/by-name/boot bs=4m || abort 5 "Writing new boot image failed."
194
195
# <<< Script <<<
196
0 commit comments