============================================
    Linux-ready firmware developer kit:
              HOWTO CREATE ISO
============================================

CONTENTS
---------

1. Creating burnable ISO (bootable CD that automatically will run the tests)
2. Creating the ISO and copy it to your USB key

-----------------------------------------------------------------------------
1. Creating burnable ISO (bootable CD that automatically will run the tests)
-----------------------------------------------------------------------------

- cd linuxfirmwarekit/
- Run 'make iso'
- This will create the burnable iso: linuxfirmwarekit/firmwarekit.iso 

--------------------------------------------------
2. Creating the ISO and copy it to your USB key
--------------------------------------------------

- cd linuxfirmwarekit/
- Run 'make usbiso'
- This will create the burnable iso: linuxfirmwarekit/firmwarekit.iso and copy it 
  to your USB key.



* Root user note: Running with 'root' privileges will provide best results (especially for scripts such as linuxfirmwarekit/initramfs/dev.sh, etc.) 

* Proxy note: make sure your proxy is set correctly for wget commands.


Contributer:   Rolla Selbak (rolla.n.selbak@intel.com)

