Changeset 87350 in vbox for trunk/src/VBox/ImageMounter
- Timestamp:
- Jan 21, 2021 1:24:13 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 142326
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ImageMounter/vboximg-mount/vboximg-mount.cpp
r82968 r87350 147 147 OPTION("-i %s", pszImageUuidOrPath, 0), 148 148 OPTION("--rw", fRW, 1), 149 OPTION("--root", fAllowRoot, 0),149 OPTION("--root", fAllowRoot, 1), 150 150 OPTION("--vm %s", pszVm, 0), 151 151 OPTION("-l", fList, 1),
Note:
See TracChangeset
for help on using the changeset viewer.