VirtualBox

Changeset 51388 in vbox for trunk


Ignore:
Timestamp:
May 26, 2014 10:24:29 AM (11 years ago)
Author:
vboxsync
Message:

FE/Qt: New VM wizard: Extend reg-exp for Oracle Linux profile with "ol".

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMPageBasic1.cpp

    r50741 r51388  
    133133    { QRegExp("Xa.*64",                            Qt::CaseInsensitive), "Xandros_64" },
    134134    { QRegExp("Xa.*32",                            Qt::CaseInsensitive), "Xandros" },
    135     { QRegExp("((Or)|(oel)).*64",                  Qt::CaseInsensitive), "Oracle_64" },
    136     { QRegExp("((Or)|(oel)).*32",                  Qt::CaseInsensitive), "Oracle" },
     135    { QRegExp("((Or)|(oel)|(ol)).*64",             Qt::CaseInsensitive), "Oracle_64" },
     136    { QRegExp("((Or)|(oel)|(ol)).*32",             Qt::CaseInsensitive), "Oracle" },
    137137    { QRegExp("Knoppix",                           Qt::CaseInsensitive), "Linux26" },
    138138    { QRegExp("Dsl",                               Qt::CaseInsensitive), "Linux24" },
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