Changeset 216

Show
Ignore:
Timestamp:
02/20/07 12:52:07 (2 years ago)
Author:
ludo
Message:

revoboot 1.32: simplified and bug free HD detection (from r4050)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/client/src_revoboot/config.h

    r201 r216  
    1010 
    1111#define PACKAGE "LinboxBootLoader" 
    12 #define VERSION "1.31
     12#define VERSION "1.32
  • trunk/client/src_revoboot/disk_io.c

    r7 r216  
    550550  /* If previous partition is a BSD partition or a PC slice which 
    551551     contains BSD partitions...  */ 
     552/* LINBOX: BSD slice detection is buggy and we don't need it */ 
     553#if 0 
    552554  if ((*partition != 0xFFFFFF && IS_PC_SLICE_TYPE_BSD (*type)) 
    553555      || ! (drive & 0x80)) 
     
    570572      errnum = ERR_NONE; 
    571573    } 
    572          
     574#endif           
    573575  return next_pc_slice (); 
    574576} 
  • trunk/client/src_revoboot/pxe.size

    r201 r216  
    1 95676 
     195548