Ignore:
Timestamp:
Oct 20, 2005, 2:06:39 AM (19 years ago)
Author:
bcornec
Message:

On ia64 you may have more than 4 primary partitions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.04_berlios/mondo/mondo/mondorestore/mondo-prep.c

    r30 r71  
    88edited by : by Stan Benoit 4/2002
    99email     : troff@nakedsoul.org
    10 cvsid     : $Id: mondo-prep.c,v 1.14 2004/06/21 20:20:36 hugo Exp $
     10cvsid     : $Id$
    1111***************************************************************************/
    1212
     
    181181#define MONDO_WAS_HERE "MONDOWOZEREMONDOWOZEREMONDOWOZEREhahahaMOJOJOJO"
    182182
    183 //static char cvsid[] = "$Id: mondo-prep.c,v 1.14 2004/06/21 20:20:36 hugo Exp $";
     183//static char cvsid[] = "$Id$";
    184184
    185185extern char *g_mountlist_fname;
     
    15411541#endif
    15421542
     1543#ifndef __IA64__
    15431544        if (current_devno == 5 && previous_devno == 4) {
    15441545            log_to_screen("You must leave at least one partition spare as the Extended partition.");
     
    15481549            return (1);
    15491550        }
     1551#endif
    15501552
    15511553        retval += partition_device(pout_to_fdisk, drivename, current_devno, previous_devno, format, partsize);
Note: See TracChangeset for help on using the changeset viewer.