VirtualBox

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


Ignore:
Timestamp:
Feb 14, 2018 4:11:18 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
120869
Message:

Main,Installer: Made unattended installation work for rhel4 and friends. Special tweak needed for centos version detection.

File:
1 edited

Legend:

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

    r71007 r71011  
    515515};
    516516
     517
    517518/**
    518519 * RHEL 5 installer (same as RHEL 6 & 7, except for the kickstart template).
     
    523524    UnattendedRhel5Installer(Unattended *pParent) : UnattendedRhel6And7Installer(pParent, "rhel5_ks.cfg") {}
    524525    ~UnattendedRhel5Installer() {}
     526};
     527
     528
     529/**
     530 * RHEL 5 installer (same as RHEL 6 & 7, except for the kickstart template).
     531 */
     532class UnattendedRhel4Installer : public UnattendedRhel6And7Installer
     533{
     534public:
     535    UnattendedRhel4Installer(Unattended *pParent) : UnattendedRhel6And7Installer(pParent, "rhel4_ks.cfg") {}
     536    ~UnattendedRhel4Installer() {}
    525537};
    526538
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette