Changeset 95064 in vbox for trunk/src/VBox/Main/src-server
- Timestamp:
- May 23, 2022 4:21:19 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/UnattendedImpl.cpp
r94748 r95064 3638 3638 } 3639 3639 } 3640 /* Old Debians fail since package repos have been move to some other mirror location. */ 3641 if (mEnmOsType == VBOXOSTYPE_Debian || mEnmOsType == VBOXOSTYPE_Debian_x64) 3642 { 3643 if (RTStrVersionCompare(mStrDetectedOSVersion.c_str(), "9.0") < 0) 3644 { 3645 *aIsUnattendedInstallSupported = false; 3646 return S_OK; 3647 } 3648 } 3640 3649 3641 3650 *aIsUnattendedInstallSupported = true;
Note:
See TracChangeset
for help on using the changeset viewer.