Changeset 71 in MondoRescue for branches/2.04_berlios/mondo


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

Location:
branches/2.04_berlios/mondo/mondo
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2.04_berlios/mondo/mondo/autorun

    r30 r71  
    11#!/bin/sh
    22#
     3# $Id$
     4#
    35# Autorun script for mondorestore CD  -  Hugo Rabson
    4 #
    5 # 05/02
    6 # - support for non-KDE desktops
    7 #
    8 # 04/28/2003
    9 # - rewrite
    10 #
    11 # 11/??/2002
    12 # - first copy
    136#
    147# Based on autorun script for the Ark Development Suite
    158# Copyright (c) 2002 Bernhard Rosenkraenzer <bero@arklinux.org>
    169##################################################################
    17 
    18 
    19 
    2010
    2111InBkgd() {
  • 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.