today, after I installed my basic system.I wan't to complie my kernel to support my client.I
I config it and then run :make-kpkg kernel_image
the screen output like this:
make[1]:Entering directory:
CHK ...
CHK ...
CHK ...
/usr/src/linux-2.6.18/scripts/gen_initramfs.sh : Cannot open 'y'
make[1]:***[usr/initramfs_data.cpio.gz]错误1
make[2]:*错误2
make[1]:leaving directory `/usr/src/linux-2.6.18'
make:***[debian/stamp-build-linux].

Something is wrong.
the script cnnot generate initramfs_data.cpio.gz.
what happend?
what should I do ?