Package: fai-server Version: 2.9.1 Severity: important make-fai-nfsroot when run with fai-kernels_1.10.2_i386 fail's installing the kernel with nfsroot support into /boot/fai.
The function get_kernel_version() in /usr/sbin/make-fai-nfsroot ( used to cp installed kernelversion to /boot/fai ) doesn't work since the kernel-image is now called linux-image. I go to explain further : The function lookes like this. KERNELVERSION=`dpkg --info $package| grep "Package: kernel-image" | sed -e 's/.*kernel-image-'//` Now the kernel in fai-kernels-1.10.2_i368 have following package names: linux-image-2.4.27-fai-kernel linux-image-2.6.15-fai-kernel So grep will not find anything anymore since in the Package field of the debian controll file isn't anything what can match be matched by ' grep "Package: kernel-image" Conclusion I just exchanged kernel-image with linux-image and everything worked fine for me. I don't know if this happens also with ather versions of fai-kernels. -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.8-2-386 Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Versions of packages fai-server depends on: ii debootstrap 0.3.3 Bootstrap a basic Debian system ii fai-client 2.9.1 Fully Automatic Installation clien Versions of packages fai-server recommends: pn dhcp3-server | bootp <none> (no description available) ii fai-kernels 1.10.2 special kernels for FAI (Fully Aut pn nfs-kernel-server | nfs-serve <none> (no description available) pn rsh-server <none> (no description available) pn syslinux <none> (no description available) ii tftpd-hpa [tftpd] 0.40-4.2 HPA's tftp server ii wget 1.9.1-12 retrieves files from the web -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

