mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-09 05:56:58 +02:00
Merge pull request #678 from bgilbert/from
image_to_vm: Update help for --from argument
This commit is contained in:
commit
174bddc27e
@ -31,7 +31,7 @@ DEFINE_string board "${DEFAULT_BOARD}" \
|
||||
DEFINE_string format "qemu" \
|
||||
"Output format, one of: ${VALID_IMG_TYPES[*]}"
|
||||
DEFINE_string from "" \
|
||||
"Directory containing rootfs.image and mbr.image"
|
||||
"Directory containing coreos_developer_image.bin or coreos_production_image.bin."
|
||||
DEFINE_string disk_layout "" \
|
||||
"The disk layout type to use for this image."
|
||||
DEFINE_integer mem "${DEFAULT_MEM}" \
|
||||
|
Loading…
Reference in New Issue
Block a user