view run-from-build.sh @ 659:ad65353ad01c

Fix embarassing typo.
author Rob Landley <rob@landley.net>
date Sat, 28 Mar 2009 00:24:58 -0500
parents 950ef7de1cf9
children 1cf41855bb85
line wrap: on
line source

#!/bin/bash

source sources/include.sh

cd "${BUILD}/system-image-$ARCH_NAME" || exit 1

# A little paranoia.
[ -f "image-${ARCH}.ext2" ] && fsck.ext2 -y "image-${ARCH}.ext2" </dev/null

# And run it, using the distccd we built (if necessary) and the cross-compiler.

PATH="$HOSTTOOLS:$PATH" ./run-emulator.sh --make-hdb 2048 --memory 256 \
	--with-distcc "${BUILD}/cross-compiler-${ARCH}"