--- trunk/mkinitrd-magellan/grubby/grubby.c 2009/10/28 00:16:16 914 +++ trunk/mkinitrd-magellan/grubby/grubby.c 2009/10/28 13:29:38 926 @@ -139,7 +139,7 @@ }; struct configFileInfo grubConfigType = { - "/etc/grub.conf", /* defaultConfig */ + "/boot/grub/grub.conf", /* defaultConfig */ grubKeywords, /* keywords */ 1, /* defaultIsIndex */ 1, /* defaultSupportSaved */ @@ -1582,7 +1582,7 @@ char * start; char * param; - in = fopen("/etc/sysconfig/grub", "r"); + in = fopen("/etc/conf.d/grub", "r"); if (!in) return 1; if (lbaPtr) *lbaPtr = 0; @@ -1644,7 +1644,7 @@ return 1; } - /* this is a horrible hack to support /etc/sysconfig/grub; there must + /* this is a horrible hack to support /etc/conf.d/grub; there must be a better way */ if (config->cfi == &grubConfigType) { dumpSysconfigGrub();