Changeset 71011 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Feb 14, 2018 4:11:18 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 120869
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/UnattendedInstaller.h
r71007 r71011 515 515 }; 516 516 517 517 518 /** 518 519 * RHEL 5 installer (same as RHEL 6 & 7, except for the kickstart template). … … 523 524 UnattendedRhel5Installer(Unattended *pParent) : UnattendedRhel6And7Installer(pParent, "rhel5_ks.cfg") {} 524 525 ~UnattendedRhel5Installer() {} 526 }; 527 528 529 /** 530 * RHEL 5 installer (same as RHEL 6 & 7, except for the kickstart template). 531 */ 532 class UnattendedRhel4Installer : public UnattendedRhel6And7Installer 533 { 534 public: 535 UnattendedRhel4Installer(Unattended *pParent) : UnattendedRhel6And7Installer(pParent, "rhel4_ks.cfg") {} 536 ~UnattendedRhel4Installer() {} 525 537 }; 526 538
Note:
See TracChangeset
for help on using the changeset viewer.