Re: creating my own pcmcia modules package

2002-06-17 Thread Drew Parsons
On Mon, Jun 17, 2002 at 06:44:55PM -0500, Kenny Hitt wrote: > Hi. I create my kernel with the kernel-package. I compile my pcmcia modules > from the > pcmcia source using make all then make install. You may find "make-kpkg kernel_image" easier than "make all; make install" > I would like to cr

creating my own pcmcia modules package

2002-06-17 Thread Kenny Hitt
Hi. I create my kernel with the kernel-package. I compile my pcmcia modules from the pcmcia source using make all then make install. I would like to create a pcmcia-modulespackage to match my kernel package so everything could be managed by Debian. Does anyone know the procedure to do this? Th