Changeset 216
- Timestamp:
- 02/20/07 12:52:07 (2 years ago)
- Files:
-
- trunk/client/src_revoboot/config.h (modified) (1 diff)
- trunk/client/src_revoboot/disk_io.c (modified) (2 diffs)
- trunk/client/src_revoboot/pxe.size (modified) (1 diff)
- trunk/client/src_revoboot/revoboot.pxe (modified) (previous)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/client/src_revoboot/config.h
r201 r216 10 10 11 11 #define PACKAGE "LinboxBootLoader" 12 #define VERSION "1.3 1"12 #define VERSION "1.32" trunk/client/src_revoboot/disk_io.c
r7 r216 550 550 /* If previous partition is a BSD partition or a PC slice which 551 551 contains BSD partitions... */ 552 /* LINBOX: BSD slice detection is buggy and we don't need it */ 553 #if 0 552 554 if ((*partition != 0xFFFFFF && IS_PC_SLICE_TYPE_BSD (*type)) 553 555 || ! (drive & 0x80)) … … 570 572 errnum = ERR_NONE; 571 573 } 572 574 #endif 573 575 return next_pc_slice (); 574 576 } trunk/client/src_revoboot/pxe.size
r201 r216 1 95 6761 95548
