rpms/grub/devel grub-0.97-efislice.patch, NONE, 1.1 grub.spec, 1.86, 1.87

Matthew Garrett mjg59 at fedoraproject.org
Mon Mar 30 21:21:51 UTC 2009


Author: mjg59

Update of /cvs/pkgs/rpms/grub/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17804

Modified Files:
	grub.spec 
Added Files:
	grub-0.97-efislice.patch 
Log Message:
* Mon Mar 30 2009 Matthew Garrett <mjg at redhat.com> - 0.97-44
- Recognise the 0xef partition type


grub-0.97-efislice.patch:

--- NEW FILE grub-0.97-efislice.patch ---
diff -up grub-0.97/stage2/pc_slice.h~ grub-0.97/stage2/pc_slice.h
--- grub-0.97/stage2/pc_slice.h~	2009-03-30 21:21:04.000000000 +0100
+++ grub-0.97/stage2/pc_slice.h	2009-03-30 21:26:17.000000000 +0100
@@ -116,6 +116,7 @@
 #define PC_SLICE_TYPE_VSTAFS		0x9e
 #define PC_SLICE_TYPE_DELL_UTIL		0xde
 #define PC_SLICE_TYPE_GPT              0xee
+#define PC_SLICE_TYPE_EFI		0xef
 #define PC_SLICE_TYPE_LINUX_RAID	0xfd
 
 
@@ -130,7 +131,8 @@
      || _type == PC_SLICE_TYPE_FAT16_LBA \
      || _type == PC_SLICE_TYPE_FAT32 \
      || _type == PC_SLICE_TYPE_FAT32_LBA \
-     || _type == PC_SLICE_TYPE_DELL_UTIL; })
+     || _type == PC_SLICE_TYPE_DELL_UTIL \
+     || _type == PC_SLICE_TYPE_EFI; })
 
 #define IS_PC_SLICE_TYPE_EXTENDED(type)	\
   (((type) == PC_SLICE_TYPE_EXTENDED)	\


Index: grub.spec
===================================================================
RCS file: /cvs/pkgs/rpms/grub/devel/grub.spec,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -r1.86 -r1.87
--- grub.spec	11 Mar 2009 15:28:38 -0000	1.86
+++ grub.spec	30 Mar 2009 21:21:20 -0000	1.87
@@ -35,6 +35,7 @@
 Patch7: grub-0.97-eficd.patch
 Patch8: grub-0.97-xfs-buildfix.patch
 Patch9: grub-0.97-efigraph-use-blt.patch
+Patch10: grub-0.97-efislice.patch
 
 %description
 GRUB (Grand Unified Boot Loader) is an experimental boot loader
@@ -54,6 +55,7 @@
 %patch7 -p1
 %patch8 -p1
 %patch9 -p1
+%patch10 -p1
 
 %build
 autoreconf
@@ -116,6 +118,9 @@
 %{_datadir}/grub
 
 %changelog
+* Mon Mar 30 2009 Matthew Garrett <mjg at redhat.com> - 0.97-44
+- Recognise the 0xef partition type
+
 * Wed Mar 11 2009 Peter Jones <pjones at redhat.com> - 0.97-43
 - Use blt operations instead of memmove() on Efi Graphics Protocol systems.
 




More information about the fedora-extras-commits mailing list