Here's what I do after building a new kernel.
cat scsinet1 >/dev/fd0
mkdir /a
mount /dev/fd0 /a
cp /usr/src/linux/arch/i386/boot/zImage /a/vmlinuz
lilo -r /a -C /etc/lilo.conf
umount /a
This all seems to work...kernel boots up OK but when root disk is inserted
it doesn't try to unzip the image. Instead, it tries to mount it as MS-DOS
and then HPFS. It shows a bunch of info about the FAT on the floppy.
I've got all filesystems enabled as well as RAMDISK. Any ideas?
-
/----------------------------------------------------------\
| Mike Black mblack@csihq.com 407-676-5118, x203 |
| Computer Science Innovations, Inc. 407-676-2355 FAX |
| Melbourne FL 32904-2314 http://www.csihq.com |
\----------------------------------------------------------/