Ignore:
Timestamp:
Oct 7, 2011, 4:16:17 PM (13 years ago)
Author:
Bruno Cornec
Message:
  • Add compatibility with the latest SSSTK + PSP content for HP ProLiant + branding homogeneous now. We only take conrep out of the SSSTK pending a package availability. Using hpacuscripting now. Review of parameters called following test made.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.9/mondo/src/mondorestore/mondorestore.c

    r2878 r2882  
    133133
    134134/**************************************************************************
    135  * COMPAQ PROLIANT Stuff:  needs some special help                        *
     135 * COMPAQ ProLiant Stuff:  needs some special help                        *
    136136**************************************************************************/
    137137
    138138/**
    139  * The message to display if we detect that the user is using a Compaq Proliant.
     139 * The message to display if we detect that the user is using a Compaq ProLiant.
    140140 */
    141141#define COMPAQ_PROLIANTS_SUCK "Partition and format your disk using Compaq's disaster recovery CD. After you've done that, please reboot with your Mondo media in Interactive Mode."
     
    231231 * @ingroup restoreUtilityGroup
    232232 */
    233 void offer_to_abort_because_Compaq_Proliants_suck(void)
     233void offer_to_abort_because_Compaq_ProLiants_suck(void)
    234234{
    235235    popup_and_OK(COMPAQ_PROLIANTS_SUCK);
     
    513513                if (partition_table_contains_Compaq_diagnostic_partition
    514514                    (mountlist)) {
    515                     offer_to_abort_because_Compaq_Proliants_suck();
     515                    offer_to_abort_because_Compaq_ProLiants_suck();
    516516                    done = TRUE;
    517517                } else {
     
    817817        if (partition_table_contains_Compaq_diagnostic_partition
    818818            (mountlist)) {
    819             offer_to_abort_because_Compaq_Proliants_suck();
     819            offer_to_abort_because_Compaq_ProLiants_suck();
    820820        } else {
    821821            twenty_seconds_til_yikes();
Note: See TracChangeset for help on using the changeset viewer.