Changeset 105642 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Aug 9, 2024 8:16:46 PM (7 months ago)
- svn:sync-xref-src-repo-rev:
- 164332
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMNameOSTypePage.cpp
r105603 r105642 186 186 { QRegularExpression("((lunar)|(lobster)).*64", QRegularExpression::CaseInsensitiveOption), GUEST_OS_ID_STR_X64("Ubuntu23") }, 187 187 { QRegularExpression("((lunar)|(lobster)).*64", QRegularExpression::CaseInsensitiveOption), GUEST_OS_ID_STR_ARM64("Ubuntu23") }, 188 { QRegularExpression("((noble)|(numbat)).*64", QRegularExpression::CaseInsensitiveOption), GUEST_OS_ID_STR_X64("Ubuntu24_LTS") }, 189 { QRegularExpression("((noble)|(numbat)).*64", QRegularExpression::CaseInsensitiveOption), GUEST_OS_ID_STR_ARM64("Ubuntu24_LTS") }, 188 190 { QRegularExpression("sarge.*32", QRegularExpression::CaseInsensitiveOption), GUEST_OS_ID_STR_X86("Debian31") }, 189 191 { QRegularExpression("^etch.*64", QRegularExpression::CaseInsensitiveOption), GUEST_OS_ID_STR_X64("Debian4") },
Note:
See TracChangeset
for help on using the changeset viewer.