Changeset 96862 in vbox
- Timestamp:
- Sep 26, 2022 10:59:51 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/UnattendedImpl.cpp
r96861 r96862 1973 1973 char *pszArch = NULL; 1974 1974 if (detectLinuxArchII(psz, &mEnmOsType, VBOXOSTYPE_FedoraCore, &pszArch, &pszVersion)) 1975 { 1976 while (*pszVersion == '-') 1977 pszVersion++; 1975 1978 *pszArch = '\0'; 1979 } 1976 1980 else 1977 1981 {
Note:
See TracChangeset
for help on using the changeset viewer.