Changeset 94325 in vbox for trunk/src/VBox/Main/src-server
- Timestamp:
- Mar 22, 2022 2:19:46 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/UnattendedInstaller.cpp
r94324 r94325 1117 1117 HRESULT UnattendedDebianInstaller::editDebianTxtCfg(GeneralTextScript *pEditor) 1118 1118 { 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 */ 1120 1124 try 1121 1125 { … … 1130 1134 { 1131 1135 std::vector<size_t> vecDefaultLineNumbers = pEditor->findTemplate("default", RTCString::CaseInsensitive); 1132 //handle the lines more intelligently1133 1136 for (size_t j = 0; j < vecDefaultLineNumbers.size(); ++j) 1134 1137 {
Note:
See TracChangeset
for help on using the changeset viewer.