Finnix 87.0 Non-SMP Overlay

This tarball contains the components necessary to build a Finnix 87.0 
ISO that can be used to boot machines that will not accept SMP kernels 
(IE, i486 machines).  The tarball contains an overlay with a non-SMP 
/lib/modules tree, a new kernel, the kernel config file, and a 
replacement isolinux.cfg file.

Follow the instructions below, burn and boot the new ISO, and type 
"nosmp" as the boot profile.

Installation:
# mount -o loop /tmp/finnix-87.0.iso /mnt/finnix
# rsync -a /mnt/finnix/ /tmp/newfinnix/
# cd /tmp/newfinnix
# tar jxvf /tmp/finnix-87.0-nosmp.tar.bz2
# cd /tmp
# mkisofs -pad -l -r -J -v -V "Finnix 87.0 nosmp" -no-emul-boot \
  -boot-load-size 4 -boot-info-table -b isolinux/isolinux.bin \
  -c isolinux/boot.cat -hide-rr-moved -o finnix-87.0-nosmp.iso \
  /tmp/newfinnix
# rm -rf /tmp/newfinnix
# umount /mnt/finnix

