mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-23 14:41:31 +02:00
fix(image_to_vm): Remove unused --prod flag, prod_image is the right one
This commit is contained in:
parent
a2046afc40
commit
626ebd7eb0
@ -29,8 +29,6 @@ DEFINE_string adjust_part "" \
|
|||||||
"Adjustments to apply to the partition table"
|
"Adjustments to apply to the partition table"
|
||||||
DEFINE_string board "${DEFAULT_BOARD}" \
|
DEFINE_string board "${DEFAULT_BOARD}" \
|
||||||
"Board for which the image was built"
|
"Board for which the image was built"
|
||||||
DEFINE_boolean prod $FLAGS_FALSE \
|
|
||||||
"Build prod image"
|
|
||||||
|
|
||||||
# We default to TRUE so the buildbot gets its image. Note this is different
|
# We default to TRUE so the buildbot gets its image. Note this is different
|
||||||
# behavior from image_to_usb.sh
|
# behavior from image_to_usb.sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user