On 14 Feb 00, at 12:23, Matthias Strack wrote:
Root device is (8, 2) Boot sector 512 bytes. Setup is 3420 bytes. System is 504 kB if [ -f /boot/vmlinuz ]; then mv /boot/vmlinuz /boot/vmlinuz.old; fi if [ -f /boot/System.map ]; then mv /boot/System.map /boot/System.old; fi cat zImage > /boot/vmlinuz cp /usr/src/linux/System.map /boot/ if [ -x /sbin/lilo ]; then /sbin/lilo; else /etc/lilo/install; fi Kernel /boot/vmlinuz is too big ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ make[1]: *** [zlilo] Error 1 make[1]: Leaving directory `/usr/src/linux-2.2.13.SuSE/arch/i386/boot' make: *** [zlilo] Error 2
versuch es mal mit "make bzImage" oder "make bzlilo" ! -- my Homepage: http://beam.at/cancerman visit it ;) --------------------------------------------------------------------- To unsubscribe, e-mail: suse-linux-unsubscribe@suse.com For additional commands, e-mail: suse-linux-help@suse.com