VirtualBox

Changeset 68164 in vbox for trunk/src/VBox/Main/include


Ignore:
Timestamp:
Jul 28, 2017 8:59:17 PM (7 years ago)
Author:
vboxsync
Message:

Unattended: Changed boot order to work around DVD eject issues with fedora 26, HD is now first DVD/flpppy next (assuming HD isn't bootable till after first installation reboot). Expose IMachine::RTCUseUTC setting to the script templates. Post install fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/UnattendedImpl.h

    r68162 r68164  
    7070    Utf8Str const &i_getExtraInstallKernelParameters() const;
    7171
     72    bool           i_isRtcUsingUtc() const;
    7273    bool           i_isGuestOs64Bit() const;
    7374    VBOXOSTYPE     i_getGuestOsType() const;
     
    8081    RTNATIVETHREAD  mhThreadReconfigureVM;  /**< Set when reconfigureVM is running. */
    8182    Utf8Str         mStrGuestOsTypeId;      /**< Guest OS type ID (set by prepare). */
     83    bool            mfRtcUseUtc;            /**< Copy of IMachine::RTCUseUTC (locking reasons). */
    8284    bool            mfGuestOs64Bit;         /**< 64-bit (true) or 32-bit guest OS (set by prepare). */
    8385    VBOXOSTYPE      meGuestOsType;          /**< The guest OS type (set by prepare). */
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