Changeset 95760 in vbox for trunk/src/VBox/ValidationKit
- Timestamp:
- Jul 20, 2022 6:33:07 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testdriver/vboxinstaller.py
r95759 r95760 92 92 reporter.log(' --no-puel-extpack'); 93 93 reporter.log(' Indicates that the PUEL extension pack should not be installed if found.'); 94 reporter.log(' The default is to install it iffound in the vbox-build.');94 reporter.log(' The default is to install it when found in the vbox-build.'); 95 95 reporter.log(' --no-kernel-drivers'); 96 reporter.log(' Indicates that the kernel drivers should not be installed on platforms where this is supported.');97 reporter.log(' The default is to install them.');96 reporter.log(' Indicates that the kernel drivers should not be installed on platforms'); 97 reporter.log(' where this is optional. The default is to install them.'); 98 98 reporter.log(' --forced-win-install-timestamp-ca, --no-forced-win-install-timestamp-ca'); 99 99 reporter.log(' Whether to force installation of the legacy Windows timestamp CA.');
Note:
See TracChangeset
for help on using the changeset viewer.