VirtualBox

Changeset 96862 in vbox


Ignore:
Timestamp:
Sep 26, 2022 10:59:51 AM (2 years ago)
Author:
vboxsync
Message:

Main/Unattended: Fedora detection fix. bugref:9781

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/UnattendedImpl.cpp

    r96861 r96862  
    19731973    char *pszArch    = NULL;
    19741974    if (detectLinuxArchII(psz, &mEnmOsType, VBOXOSTYPE_FedoraCore, &pszArch, &pszVersion))
     1975    {
     1976        while (*pszVersion == '-')
     1977            pszVersion++;
    19751978        *pszArch = '\0';
     1979    }
    19761980    else
    19771981    {
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette