Changeset 94748 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Apr 28, 2022 6:45:41 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/UnattendedInstaller.h
r94335 r94748 589 589 RTVFS hVfsOrgIso, bool fOverwrite); 590 590 /** 591 * Performs basic edits on menu configuration file(s) (txt.cfg or menu.cfg etc).591 * Performs basic edits on menu configuration file(s) of isolinux (txt.cfg or menu.cfg etc). 592 592 * 593 593 * @returns COM status code 594 * @param pEditor Editor with the isolinux.cfg file loaded and parsed. 595 */ 596 HRESULT editDebianMenuCfg(GeneralTextScript *pEditor); 594 * @param pEditor Editor with the menu config. file loaded and parsed. 595 * @param pszMenuConfigFileName Name of the menu file. 596 */ 597 HRESULT editDebianMenuCfg(GeneralTextScript *pEditor, const char *pszMenuConfigFileName); 598 /** 599 * Performs basic edits on grub configuration file (grub.cfg). 600 * 601 * @returns COM status code 602 * @param pEditor Editor with the grub.cfg file loaded and parsed. 603 * @param pszMenuGrubFileName Name of the grub config file. 604 */ 605 HRESULT editDebianGrubCfg(GeneralTextScript *pEditor, const char *pszGrubConfigFileName); 606 597 607 /** 598 608 * Performs basic edits on a isolinux.cfg file.
Note:
See TracChangeset
for help on using the changeset viewer.