--- trunk/grubby/grubby.c 2012/07/02 13:09:47 1851 +++ trunk/grubby/grubby.c 2012/07/02 13:11:38 1852 @@ -164,9 +164,9 @@ const char *grubFindConfig(struct configFileInfo *cfi) { static const char *configFiles[] = { - "/etc/grub.conf", "/boot/grub/grub.conf", "/boot/grub/menu.lst", + "/etc/grub.conf", NULL }; static int i = -1;