Changeset 91502 in vbox for trunk/src/VBox/Main/include/UnattendedImpl.h
- Timestamp:
- Sep 30, 2021 8:32:24 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/UnattendedImpl.h
r90828 r91502 73 73 Utf8Str const &i_getPostInstallScriptTemplatePath() const; 74 74 Utf8Str const &i_getPostInstallCommand() const; 75 /** The directory where the unattended install config and script is 76 * located, from the perspective of the running unattended install. */ 77 Utf8Str const &i_getAuxiliaryInstallDir() const; 75 78 Utf8Str const &i_getExtraInstallKernelParameters() const; 76 79 77 80 bool i_isRtcUsingUtc() const; 78 81 bool i_isGuestOs64Bit() const; 82 bool i_isFirmwareEFI() const; 79 83 VBOXOSTYPE i_getGuestOsType() const; 80 84 Utf8Str const &i_getDetectedOSVersion(); … … 89 93 bool mfRtcUseUtc; /**< Copy of IMachine::RTCUseUTC (locking reasons). */ 90 94 bool mfGuestOs64Bit; /**< 64-bit (true) or 32-bit guest OS (set by prepare). */ 95 FirmwareType_T menmFirmwareType; /**< Firmware type BIOS/EFI (set by prepare). */ 91 96 VBOXOSTYPE meGuestOsType; /**< The guest OS type (set by prepare). */ 92 97 UnattendedInstaller *mpInstaller; /**< The installer instance (set by prepare, deleted by done). */
Note:
See TracChangeset
for help on using the changeset viewer.