mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-22 14:11:07 +02:00
The "update_partition_table" routine is used by mod_image_for_recovery.sh and ~/trunk/src/platform/dev/host/tests/mod_recovery_for_decryption.sh. This moves the routine into a common location so future changes will not break things. Additional removes the duplicate okboat/failboat definitions from mod_image_for_recovery.sh since those are in a common place already. This change does not fix the stateful resize logic part of the bug, but does move the code into a single place so mod_recovery_for_decryption.sh can use it once it has been fixed. BUG=chromium-os:35003 TEST=created working recovery image Change-Id: Ibcd5289389dcadf58ccf0678ecfb29095848b247 Signed-off-by: Kees Cook <keescook@chromium.org> Reviewed-on: https://gerrit.chromium.org/gerrit/34678 Reviewed-by: Liam McLoughlin <lmcloughlin@chromium.org>