2014.02-rc4 Beta Release
========================

- Add Interface Masters x86 platform, im_n29xx_t40n

  See machine/im_n29xx_t40n/INSTALL for how to compile.

  For how to install ONIE on a new machine see the INSTALL file for
  the kvm_x86_64 machine.  That method uses iPXE.  The method for this
  board should be similar.

- kvm_x86_64 virtual machine documentation

  The document for the kvm_x86_64 virtual machine is mostly complete.
  See machine/kvm_x86_64/INSTALL for details on:

  + how to compile ONIE
  + how to create a virtual machine
  + how to install ONIE on the VM disk using iPXE

- ONIE-x86 interfaces settling down.  Until the documentation is
  completely written see:

  - the x86 onie-xxx CLIs in onie/rootconf/x86_64/sysroot-bin:

    onie-boot-default
    onie-boot-entry-add
    onie-boot-entry-remove
    onie-boot-entry-show
    onie-boot-init
    onie-boot-update

    Read the help inside each command and the relevant git logs.

  - the x86 demo OS implementation in
    onie/demo/installer/x86_64/install.sh

    See how the demo OS installer uses the above onie-XXX CLIs