initrd
============

This directory contains vinstall.img and scripts 
to make an initrd.img
The vinstall contains the generic VL INSTALLATION.

You may hack it this way:

* call mloop
  mount the vinstall.img into loop

* use mc or whatever to modify the contents of vinstall.img.
  The setup scripts are under /sbin.
  setup        : main program
  setup-*      : various moduled called by setup
  install-bulk : install a bulk files
  install-pkg  : install a tgz
  pkgname      : decode package name
  dfgauge      : shows gauge using df (disk free)


* After finished, call mkimg
  create a new initrd.img and copy it to RELEASE/isolinux

* call uloop to umount the loop
   