view run-from-build.sh @ 734:dd8c70b7e1b6

Fix obvious typo.
author Rob Landley <rob@landley.net>
date Mon, 18 May 2009 15:08:18 -0500
parents ea25e4da724e
children 759adf5a0fe9
line wrap: on
line source

#!/bin/bash

source sources/include.sh || exit 1

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.

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