VirtualBox

Changeset 84645 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Jun 2, 2020 5:21:10 PM (5 years ago)
Author:
vboxsync
Message:

OCI: (bugref:9469) partial proxy implementation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageCloud.cpp

    r84644 r84645  
    22962296    if (aProxy.isNotEmpty())
    22972297    {
    2298         hrc = unattended->COMSETTER(ExtraInstallKernelParameters)(BstrFmt(" ks=cdrom:/ks.cfg proxy=\"%ls\"", aProxy.raw()).raw());
     2298        hrc = unattended->COMSETTER(Proxy)(aProxy.raw());
    22992299        if (errorOccured(hrc, "Failed to set post install script template for the unattended installer."))
    23002300            return hrc;
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