This ISOLINUX contains a generic Vector Linux Setup
It should not need any modification.
To use it for various distro, prepare the following:

IN THE CD (MEDIA):
------------------
1. Put this directory as /isolinux

2. Add the kernel that will be used by the distro under
   /isolinux/kernel. There should be 2 kernels:
     - ide
     - scsi
     
3. Put bulk files under /veclinux, along with SETUP.CONF
   The SETUP.CONF contains information about distro name,
   distro version, HD requirements and the bulks list.
   The main bulk (BULK0) must be named veclinux.bz2.

4. Put optional packages under /packages with the standard
   structure, e.g:
      packages/cli/BASE/*.tgz
      packages/x11/BASE/*.tgz
      packages/x11/gtk/BASE/*.tgz
   Then there must be the PKGLIST.TXT file too.

IN THE INSTALLED SYSTEM (veclinux.bz2)
--------------------------------------
1. Must contains the complete vasm2 and vlsetup,
   along with base system (coreutil, tk, expect, etc).
   
2. Must have a configuration script called /sbin/config-stage1.

Basically, the SETUP extracts the veclinux.bz2, then calls
/sbin/config-stage1 in a chrooted environment.
The config-stage1 can do whatever is needed to make sure
the system will be booted properly.

