9791b03943
Tue Aug 31 2004 Elliot Lee <sopwith@redhat.com> 2.12a-6 - Fix #16415, #70616 with rdevman.patch - Fix #102566 with loginman.patch - Fix #104321 with rescuept.patch (just use plain lseek - we're in _FILE_OFFSET_BITS=64 land now) - Fix #130016 - remove raw. - Re-add agetty (replacing it with mgetty is too much pain, and mgetty is much larger) Thu Aug 26 2004 Steve Dickson <SteveD@RedHat.com> - Made the NFS security checks more explicit to avoid confusion (an upstream fix) - Also removed a compilation warning Wed Aug 11 2004 Alasdair Kergon <agk@redhat.com> - Remove unused mount libdevmapper inclusion. Wed Aug 11 2004 Alasdair Kergon <agk@redhat.com> - Add device-mapper mount-by-label support - Fix segfault in mount-by-label when a device without a label is present. Wed Aug 11 2004 Steve Dickson <SteveD@RedHat.com> - Updated nfs man page to show that intr are on by default for nfs4 Thu Aug 05 2004 Jindrich Novy <jnovy@redhat.com> - modified warning causing heart attack for >16 partitions, #107824 Fri Jul 09 2004 Elliot Lee <sopwith@redhat.com> 2.12a-3 - Fix #126623, #126572 - Patch cleanup - Remove agetty (use mgetty, agetty is broken)
23 lines
840 B
Diff
23 lines
840 B
Diff
--- util-linux-2.12pre/fdisk/fdisk.8.miscfixes 2002-08-06 10:33:33.000000000 -0400
|
|
+++ util-linux-2.12pre/fdisk/fdisk.8 2003-12-17 13:55:16.000000000 -0500
|
|
@@ -65,7 +65,7 @@
|
|
name followed by a partition number. For example,
|
|
.B /dev/hda1
|
|
is the first partition on the first IDE hard disk in the system.
|
|
-IDE disks can have up to 63 partitions, SCSI disks up to 15.
|
|
+Disks can have up to 15 partitions.
|
|
See also
|
|
.IR /usr/src/linux/Documentation/devices.txt .
|
|
|
|
--- util-linux-2.12pre/fdisk/fdisk.h.miscfixes 2003-07-13 14:25:00.000000000 -0400
|
|
+++ util-linux-2.12pre/fdisk/fdisk.h 2003-12-17 13:55:16.000000000 -0500
|
|
@@ -5,7 +5,7 @@
|
|
#define DEFAULT_SECTOR_SIZE 512
|
|
#define MAX_SECTOR_SIZE 2048
|
|
#define SECTOR_SIZE 512 /* still used in BSD code */
|
|
-#define MAXIMUM_PARTS 60
|
|
+#define MAXIMUM_PARTS 16
|
|
|
|
#define ACTIVE_FLAG 0x80
|
|
|