At 10:38 PM +0200 5/11/01, Giorgio Terzi wrote:
>Bug 4: dboostrap problem.
>
>dbootsrap was not able to recognize the driver's floppy disk
>because the drivers' default names was treated as complete
>names but they are really "root names" for example:
>drv14 is a "root name"
>drv14apus.bin is a driver's complete name.
>In file floppy_merge.c i have modified the line 197 :
>
> if (!strcmp (basenames[i], block.header.name))
>as follows:
> if (!strncmp (basenames[i], block.header.name,strlen(basenames[i])))
I just fixed this in bf cvs, none of the powerpc driver disks were
listed as known driver disks, so I added drv14pmac, drv14apus,
drv14chrp, and drv14prep.
Stephen
--
____________________________________________________________________________
Stephen R. Marenka If life's not fun, you're not doing it right!
<[EMAIL PROTECTED]>
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]