0e50f1f
This should ideally be done using transformations.
0e50f1f
Alternatively, /boot/grub may be used, no grub's files there should conflict
0e50f1f
with grub2 and they both can share the same device.map.
0e50f1f
0e50f1f
Lubomir Rintel <lkundrak@v3.sk>
0e50f1f
0e50f1f
--- grub2.orig/include/grub/util/misc.h	2007-11-28 14:10:01.000000000 +0100
0e50f1f
+++ grub2/include/grub/util/misc.h	2007-11-28 14:10:20.000000000 +0100
0e50f1f
@@ -28,7 +28,7 @@
0e50f1f
 /* NetBSD uses /boot for its boot block.  */
0e50f1f
 # define DEFAULT_DIRECTORY	"/grub"
0e50f1f
 #else
0e50f1f
-# define DEFAULT_DIRECTORY	"/boot/grub"
0e50f1f
+# define DEFAULT_DIRECTORY	"/boot/grub2"
0e50f1f
 #endif
0e50f1f
 
0e50f1f
 #define DEFAULT_DEVICE_MAP	DEFAULT_DIRECTORY "/device.map"