Changeset 94764 in vbox for trunk/src/VBox/Main/src-server/UnattendedInstaller.cpp
- Timestamp:
- May 1, 2022 5:26:05 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/UnattendedInstaller.cpp
r94752 r94764 1052 1052 strTxtCfg.append("grub.cfg"); 1053 1053 else 1054 strTxtCfg.append("isolinux- .cfg");1054 strTxtCfg.append("isolinux-txt.cfg"); 1055 1055 rVecArgs.append().assign(pszMenuConfigFilename).append("=").append(strTxtCfg); 1056 1056 }
Note:
See TracChangeset
for help on using the changeset viewer.