VirtualBox

Changeset 71018 in vbox for trunk/src/VBox/Main/include


Ignore:
Timestamp:
Feb 14, 2018 6:42:52 PM (7 years ago)
Author:
vboxsync
Message:

Main,Installer: Made unattended installation work for rhel3 and friends.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/UnattendedInstaller.h

    r71011 r71018  
    528528
    529529/**
    530  * RHEL 5 installer (same as RHEL 6 & 7, except for the kickstart template).
     530 * RHEL 4 installer (same as RHEL 6 & 7, except for the kickstart template).
    531531 */
    532532class UnattendedRhel4Installer : public UnattendedRhel6And7Installer
     
    535535    UnattendedRhel4Installer(Unattended *pParent) : UnattendedRhel6And7Installer(pParent, "rhel4_ks.cfg") {}
    536536    ~UnattendedRhel4Installer() {}
     537};
     538
     539
     540/**
     541 * RHEL 3 installer (same as RHEL 6 & 7, except for the kickstart template).
     542 */
     543class UnattendedRhel3Installer : public UnattendedRhel6And7Installer
     544{
     545public:
     546    UnattendedRhel3Installer(Unattended *pParent) : UnattendedRhel6And7Installer(pParent, "rhel3_ks.cfg") {}
     547    ~UnattendedRhel3Installer() {}
    537548};
    538549
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