VirtualBox

Changeset 107975 in vbox


Ignore:
Timestamp:
Jan 29, 2025 10:10:43 AM (3 weeks ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
167238
Message:

Main: Marked the ARM64-based Linux Guest Additions installer optional in the automatic Guest Additions Updater code. This makes it possible to test (failing) older Guest Additions which don't support ARM64 on ARM64 guests [Mac/Arm build fix]. bugref:10734

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/GuestSessionImplTasks.cpp

    r107968 r107975  
    33353335                            mFiles.push_back(ISOFile(strInstallerBinUC, strUpdateDir + strInstallerBin,
    33363336                                                       ISOFILE_FLAG_COPY_FROM_ISO
    3337                                                      | fIsArm ? ISOFILE_FLAG_OPTIONAL : ISOFILE_FLAG_NONE));
     3337                                                     | (fIsArm ? ISOFILE_FLAG_OPTIONAL : ISOFILE_FLAG_NONE)));
    33383338
    33393339                            UpdateAdditionsStartupInfo siInstaller;
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