VirtualBox

Changeset 101351 in vbox for trunk/src/VBox/Main/src-server


Ignore:
Timestamp:
Oct 5, 2023 7:05:28 AM (16 months ago)
Author:
vboxsync
Message:

Unattended: bugref:10530. Adapting kickstart file and kernel command line arguments to the new syntax introduced with OL9.

File:
1 edited

Legend:

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

    r98292 r101351  
    103103        else if (enmDetectedOSType >= VBOXOSTYPE_Oracle && enmDetectedOSType <= VBOXOSTYPE_Oracle_latest_x64)
    104104        {
    105             if (RTStrVersionCompare(strDetectedOSVersion.c_str(), "8") >= 0)
     105            if (RTStrVersionCompare(strDetectedOSVersion.c_str(), "9") >= 0)
     106                pUinstaller = new UnattendedOracleLinux9Installer(pParent);
     107            else if (RTStrVersionCompare(strDetectedOSVersion.c_str(), "8") >= 0)
    106108                pUinstaller = new UnattendedOracleLinux8Installer(pParent);
    107109            else if (RTStrVersionCompare(strDetectedOSVersion.c_str(), "7") >= 0)
     
    13641366*/
    13651367//////////////////////////////////////////////////////////////////////////////////////////////////////
    1366 HRESULT UnattendedRhel6Installer::addFilesToAuxVisoVectors(RTCList<RTCString> &rVecArgs, RTCList<RTCString> &rVecFiles,
    1367                                                                RTVFS hVfsOrgIso, bool fOverwrite)
     1368HRESULT UnattendedRhelInstaller::addFilesToAuxVisoVectors(RTCList<RTCString> &rVecArgs, RTCList<RTCString> &rVecFiles,
     1369                                                          RTVFS hVfsOrgIso, bool fOverwrite)
    13681370{
    13691371    Utf8Str strIsoLinuxCfg;
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