rpms/grub2/EL-6 grub-1.95-grubdir.patch,1.2,1.3

Dennis Gilmore ausil at fedoraproject.org
Sat Jul 24 15:33:19 UTC 2010


Author: ausil

Update of /cvs/pkgs/rpms/grub2/EL-6
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv20964

Added Files:
	grub-1.95-grubdir.patch 
Log Message:
readd accidently deleted patch


grub-1.95-grubdir.patch:
 misc.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: grub-1.95-grubdir.patch
===================================================================
RCS file: grub-1.95-grubdir.patch
diff -N grub-1.95-grubdir.patch
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ grub-1.95-grubdir.patch	24 Jul 2010 15:33:19 -0000	1.3
@@ -0,0 +1,17 @@
+This should ideally be done using transformations.
+Alternatively, /boot/grub may be used, no grub's files there should conflict
+with grub2 and they both can share the same device.map.
+
+Lubomir Rintel <lkundrak at v3.sk>
+
+--- grub2.orig/include/grub/util/misc.h	2007-11-28 14:10:01.000000000 +0100
++++ grub2/include/grub/util/misc.h	2007-11-28 14:10:20.000000000 +0100
+@@ -28,7 +28,7 @@
+ /* NetBSD uses /boot for its boot block.  */
+ # define DEFAULT_DIRECTORY	"/grub"
+ #else
+-# define DEFAULT_DIRECTORY	"/boot/grub"
++# define DEFAULT_DIRECTORY	"/boot/grub2"
+ #endif
+ 
+ #define DEFAULT_DEVICE_MAP	DEFAULT_DIRECTORY "/device.map"



More information about the scm-commits mailing list