VirtualBox

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


Ignore:
Timestamp:
Apr 28, 2022 6:45:41 PM (3 years ago)
Author:
vboxsync
Message:

Main/Unattended: bugref:9781. Edit grub.cfg when isolinux stuff is missing. Needed for Ubuntu 21+.

File:
1 edited

Legend:

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

    r94335 r94748  
    589589                                     RTVFS hVfsOrgIso, bool fOverwrite);
    590590    /**
    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).
    592592     *
    593593     * @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
    597607    /**
    598608     * Performs basic edits on a isolinux.cfg file.
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