Re: Still can't build kernel_image on slink

1999-07-27 Thread John Foster
Sean 'Shaleh' Perry wrote: > > > [...] > > cp arch/i386/boot/bzImage debian/tmp-image/boot/vmlinuz-2.0.36 > > chmod 644 debian/tmp-image/boot/vmlinuz-2.0.36 > > test -f System.map && cp System.map \ > > debian/tmp-image/boot/System.map-2.0.36 > > test -f System.map && chm

Re: Still can't build kernel_image on slink

1999-07-27 Thread Tadeusz Bak
On Mon, 26 Jul 1999, Stephen Pitts wrote: > Try "make-kpkg clean". It should clear out some old cruft in the > configuration files. Thank you very much, that fixed my problem. Why didn't I think about it? Silly me... Thanks again! :-) -- Tad

Re: Still can't build kernel_image on slink

1999-07-27 Thread Stephen Pitts
On Tue, Jul 27, 1999 at 11:30:45AM +1000, Tadeusz Bak wrote: > > Hi all, > But my attempt to build a new kernel_image still results in the above > error. Is there something wrong with the kernel-package 6.05 or, more > probably, my system is completely disorganized? > Thank you for your attentio

RE: Still can't build kernel_image on slink

1999-07-27 Thread Sean 'Shaleh' Perry
> [...] > cp arch/i386/boot/bzImage debian/tmp-image/boot/vmlinuz-2.0.36 > chmod 644 debian/tmp-image/boot/vmlinuz-2.0.36 > test -f System.map && cp System.map \ > debian/tmp-image/boot/System.map-2.0.36 > test -f System.map && chmod 644 \ > debian/

Still can't build kernel_image on slink

1999-07-27 Thread Tadeusz Bak
Hi all, After upgrading from hamm to slink I tried to compile a new kernel. Unfortunately the command 'make-kpkg kernel_image' stopped with the following error: [...] cp arch/i386/boot/bzImage debian/tmp-image/boot/vmlinuz-2.0.36 chmod 644 debian/tmp-image/boot/vmlinuz-2.0.36 test -f System.map