VirtualBox

Changeset 94325 in vbox for trunk/src/VBox/Main/src-server


Ignore:
Timestamp:
Mar 22, 2022 2:19:46 PM (3 years ago)
Author:
vboxsync
Message:

Main/Unattended: ​​bugref:9781. Some commenting.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/UnattendedInstaller.cpp

    r94324 r94325  
    11171117HRESULT UnattendedDebianInstaller::editDebianTxtCfg(GeneralTextScript *pEditor)
    11181118{
    1119     /* We attempt to set menu's default label to the one containing te word 'install'. */
     1119    /*
     1120     * Unlike Redhats Debian variants define boot menu not in isolinux.cfg but some other
     1121     * menu configuration files. They are mostly called txt.cfg and menu.cfg (and possibly some other names)
     1122     * In this functions we attempt to set menu's default label to the one containing te word 'install'.
     1123     */
    11201124    try
    11211125    {
     
    11301134            {
    11311135                std::vector<size_t> vecDefaultLineNumbers = pEditor->findTemplate("default", RTCString::CaseInsensitive);
    1132                 //handle the lines more intelligently
    11331136                for (size_t j = 0; j < vecDefaultLineNumbers.size(); ++j)
    11341137                {
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