ports/sysutils/grub/files/patch-lib-device.c
Sergey Matveychuk b9219dca4d - Give a change to use more than 8 disks.
Submitted by:	Jens Schweikhardt <schweikh_at_schweikhardt.net>
2008-12-12 18:11:25 +00:00

11 lines
274 B
C

--- lib/device.c.orig 2008-12-09 22:44:39.000000000 +0100
+++ lib/device.c 2008-12-09 22:45:41.000000000 +0100
@@ -713,7 +713,7 @@
#endif /* __linux__ */
/* IDE disks. */
- for (i = 0; i < 8; i++)
+ for (i = 0; i < 20; i++)
{
char name[16];