VirtualBox

Changeset 101683 in vbox for trunk/src/VBox/Main/testcase


Ignore:
Timestamp:
Oct 31, 2023 12:38:46 PM (16 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
159775
Message:

Main/Unattended|GuestOSType: Add an entry in the guest OS type to indicate the name of the additions install package instead of hardcoding it in the templates. Allows easy adaption if something changes and makes it possible to auto install guest additions for linux.arm64 guests, bugref:10542

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/testcase/tstUnattendedScript.cpp

    r98103 r101683  
    8787    //mDetectedOSLanguages                = "en_UK"
    8888    mStrDetectedOSHints                 = "nudge nudge wink wink";
     89    mStrAdditionsInstallPackage         = "Something-none-existing.run";
    8990}
    9091
     
    606607{
    607608    return mStrExtraInstallKernelParameters;
     609}
     610
     611Utf8Str const &Unattended::i_getAdditionsInstallPackage() const
     612{
     613    return mStrAdditionsInstallPackage;
    608614}
    609615
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