mirror of
https://github.com/flatcar/scripts.git
synced 2026-02-10 18:21:07 +01:00
If devs run `./build_image --noenable_rootfs_verification`, they also have to manually specify --noenable_bootcache otherwise the default kicks in. We can make the default logic slightly smarter and only enable bootcache by default if rootfs verification is also enabled. BUG=chromium-os:25441 TEST=`./build_image --board=parrot --enable_rootfs_verification` -> bootcache enabled TEST=`./build_image --board=parrot --noenable_rootfs_verification` -> bootcache disabled TEST=`./build_image --board=parrot` -> bootcache enabled TEST=`./build_image --board=parrot --noenable_bootcache` -> bootcache disabled Change-Id: I97f40c70c045bca294a903ff73e5eff7554617d4 Reviewed-on: https://gerrit.chromium.org/gerrit/39043 Reviewed-by: Paul Taysom <taysom@chromium.org> Commit-Ready: Mike Frysinger <vapier@chromium.org> Tested-by: Mike Frysinger <vapier@chromium.org>
Description
Languages
Shell
93.1%
Python
6.9%