mirror of
https://github.com/flatcar/scripts.git
synced 2025-11-24 03:51:33 +01:00
fix(build_image): Always use read-write for developer images.
This commit is contained in:
parent
be2926d8a3
commit
6adc3d1d35
@ -50,6 +50,6 @@ install_dev_packages() {
|
||||
|
||||
if should_build_image ${image_name}; then
|
||||
${SCRIPTS_DIR}/bin/cros_make_image_bootable "${BUILD_DIR}" \
|
||||
${image_name} --force_developer_mode
|
||||
${image_name} --force_developer_mode --noenable_rootfs_verification
|
||||
fi
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user