* Added support to build images with the serial line as the console
authorMarc Fiuczynski <mef@cs.princeton.edu>
Wed, 23 Aug 2006 12:50:32 +0000 (12:50 +0000)
committerMarc Fiuczynski <mef@cs.princeton.edu>
Wed, 23 Aug 2006 12:50:32 +0000 (12:50 +0000)
commit38d28a2ffec0d8715e69c76d7e71e0736a0c3ce6
treefd87985d90f1d11b9803dfbc53d647ef1682d543
parenta7d77db7fff88c438632f580efad4fa4818f3187
* Added support to build images with the serial line as the console

* Added support to build cramfs based images, which lets one install
  on memory constrained systems.  These are only built when the -a
  flag

* Intermediate images are now built in /data (if available), rather
  than in /tmp.  The reason being that /tmp within a chroot'ed myplc
  environment does not have sufficient space.  Falls back to using
  /tmp if /data is not available

* Made build.sh be backwards compatible with an RC1 based MyPLC
  installations.
build.sh