view more/dev-environment-from-build.sh @ 1213:65d1e11679af

Script to wrap up a control image and arch root filesystem into a tarball runnable on a host.
author Rob Landley <rob@landley.net>
date Wed, 18 Aug 2010 17:07:13 -0500
parents 6173bb6f3b2c
children
line wrap: on
line source

#!/bin/bash

# Run development environment out of build directory, using host-tools.sh if
# available.

cd build/system-image-"$1" &&
  PATH="$(pwd)/build/host:$PATH" ./dev-environment.sh