Skip to content

Commit

Permalink
doc: add ignoreIfMissing flag to usage.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Luca Stocchi authored and Luca Stocchi committed Oct 8, 2024
1 parent 97bd448 commit 34952e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,7 @@ See https://developer.apple.com/documentation/virtualization/running_intel_binar
#### Arguments
- `mountTag`: tag which will be used to mount the rosetta share in the guest.
- `install`: indicates to automatically install rosetta on systems where it's missing. By default, an error will be reported if `--device rosetta` is used when rosetta is not installed.
- `ignoreIfMissing`: indicates if vfkit has to keep executing even though rosetta is not installed. It may happen that the user cancels rosetta installation or the installation fails for other reasons. By default, if rosetta installation fails and vfkit cannot find it, vfkit exits with an error.

#### Example

Expand Down

0 comments on commit 34952e0

Please sign in to comment.