rpms/grub/devel grub.spec,1.92,1.93 grub-0.97-efipxe.patch,1.6,1.7

Peter Jones pjones at fedoraproject.org
Thu Apr 9 20:32:20 UTC 2009


Author: pjones

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

Modified Files:
	grub.spec grub-0.97-efipxe.patch 
Log Message:
* Thu Apr 09 2009 Peter Jones <pjones at redhat.com>
- remove test message Re: using network drive or not.



Index: grub.spec
===================================================================
RCS file: /cvs/extras/rpms/grub/devel/grub.spec,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -r1.92 -r1.93
--- grub.spec	7 Apr 2009 20:50:13 -0000	1.92
+++ grub.spec	9 Apr 2009 20:31:49 -0000	1.93
@@ -126,6 +126,9 @@
 %{_datadir}/grub
 
 %changelog
+* Thu Apr 09 2009 Peter Jones <pjones at redhat.com>
+- remove test message Re: using network drive or not.
+
 * Tue Apr 07 2009 Peter Jones <pjones at redhat.com> - 0.97-47
 - Add more filenames to the tftp config file search list
 - Tweak FAT filename comparison...

grub-0.97-efipxe.patch:

Index: grub-0.97-efipxe.patch
===================================================================
RCS file: /cvs/extras/rpms/grub/devel/grub-0.97-efipxe.patch,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- grub-0.97-efipxe.patch	7 Apr 2009 21:27:12 -0000	1.6
+++ grub-0.97-efipxe.patch	9 Apr 2009 20:31:49 -0000	1.7
@@ -346,7 +346,7 @@
 index 0000000..5bb5de6
 --- /dev/null
 +++ b/efi/efitftp.c
-@@ -0,0 +1,179 @@
+@@ -0,0 +1,177 @@
 +#include <grub/efi/efi.h>
 +#include <grub/efi/api.h>
 +#include <grub/efi/misc.h>
@@ -443,8 +443,6 @@
 +efi_tftp_mount (void)
 +{
 +	if (current_drive != NETWORK_DRIVE) {
-+		grub_printf("current drive is not network drive.\n");
-+
 +		return 0;
 +	}
 +	return 1;




More information about the scm-commits mailing list