VirtualBox

Changeset 28429 in vbox


Ignore:
Timestamp:
Apr 16, 2010 10:56:46 PM (15 years ago)
Author:
vboxsync
Message:

FE/Qt: New VM Wizard: Added a regex for CentOS to the guest type guessing

File:
1 edited

Legend:

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

    r28227 r28429  
    9797    { QRegExp("Man.*64", Qt::CaseInsensitive), "Mandriva_64" },
    9898    { QRegExp("Man", Qt::CaseInsensitive), "Mandriva" },
    99     { QRegExp("((Red)|(rhel)).*64", Qt::CaseInsensitive), "RedHat_64" },
    100     { QRegExp("(Red)|(rhel)", Qt::CaseInsensitive), "RedHat" },
     99    { QRegExp("((Red)|(rhel)|(cen)).*64", Qt::CaseInsensitive), "RedHat_64" },
     100    { QRegExp("(Red)|(rhel)|(cen)", Qt::CaseInsensitive), "RedHat" },
    101101    { QRegExp("Tur.*64", Qt::CaseInsensitive), "Turbolinux_64" },
    102102    { QRegExp("Tur", Qt::CaseInsensitive), "Turbolinux" },
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