Changeset 94136 in vbox
- Timestamp:
- Mar 8, 2022 6:19:48 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 150385
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/UnattendedImpl.cpp
r94079 r94136 3572 3572 } 3573 3573 } 3574 /* Earlier than OL 6.4 cannot be installer. OL 6.x fails with unsupported hardware error (CPU family). */ 3575 if (mEnmOsType == VBOXOSTYPE_Oracle || mEnmOsType == VBOXOSTYPE_Oracle_x64) 3576 { 3577 if (RTStrVersionCompare(mStrDetectedOSVersion.c_str(), "6.4") < 0) 3578 { 3579 *aIsUnattendedInstallSupported = false; 3580 return S_OK; 3581 } 3582 } 3583 3574 3584 *aIsUnattendedInstallSupported = true; 3575 3585 return S_OK;
Note:
See TracChangeset
for help on using the changeset viewer.