Changeset 71018 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Feb 14, 2018 6:42:52 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/UnattendedInstaller.h
r71011 r71018 528 528 529 529 /** 530 * RHEL 5installer (same as RHEL 6 & 7, except for the kickstart template).530 * RHEL 4 installer (same as RHEL 6 & 7, except for the kickstart template). 531 531 */ 532 532 class UnattendedRhel4Installer : public UnattendedRhel6And7Installer … … 535 535 UnattendedRhel4Installer(Unattended *pParent) : UnattendedRhel6And7Installer(pParent, "rhel4_ks.cfg") {} 536 536 ~UnattendedRhel4Installer() {} 537 }; 538 539 540 /** 541 * RHEL 3 installer (same as RHEL 6 & 7, except for the kickstart template). 542 */ 543 class UnattendedRhel3Installer : public UnattendedRhel6And7Installer 544 { 545 public: 546 UnattendedRhel3Installer(Unattended *pParent) : UnattendedRhel6And7Installer(pParent, "rhel3_ks.cfg") {} 547 ~UnattendedRhel3Installer() {} 537 548 }; 538 549
Note:
See TracChangeset
for help on using the changeset viewer.