X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=src%2Fpatches%2Fgrub-0.93-special-device-names.patch;h=894f3e8872e8070d6e02c6a3c0cf07cd274737e0;hb=41c883bda0a9b24dc51746b501c77dcd91a7f902;hp=1323bb397fdc970c6710850a4ae4b848e7bddf3e;hpb=cd1a2927226c734d96478e12bb768256fb64a06a;p=people%2Fpmueller%2Fipfire-2.x.git diff --git a/src/patches/grub-0.93-special-device-names.patch b/src/patches/grub-0.93-special-device-names.patch index 1323bb397f..894f3e8872 100644 --- a/src/patches/grub-0.93-special-device-names.patch +++ b/src/patches/grub-0.93-special-device-names.patch @@ -9,7 +9,7 @@ + sprintf (dev + strlen(dev), "%s%d", + /* Compaq smart and others */ + (strncmp(dev, "/dev/ida/", 9) == 0 || -+ strncmp(dev, "/dev/ataraid/", 13) == 0 || ++ strncmp(dev, "/dev/ataraid/", 13) == 0 || + strncmp(dev, "/dev/cciss/", 11) == 0 || + strncmp(dev, "/dev/rd/", 8) == 0) ? "p" : "", + ((partition >> 16) & 0xFF) + 1);