changeset 664:0743f9fe73cd

Image isn't always ext2 anymore, use $IMAGE for run-emulator.sh.
author Rob Landley <rob@landley.net>
date Sat, 28 Mar 2009 16:00:31 -0500
parents e1f187868dc4
children 17fc6a3bffa4
files system-image.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/system-image.sh	Sat Mar 28 03:32:39 2009 -0500
+++ b/system-image.sh	Sat Mar 28 16:00:31 2009 -0500
@@ -160,7 +160,7 @@
 # to use an emulator other than qemu, but put the default case in qemu_defaults
 
 cp "$SOURCES/toys/run-emulator.sh" "$SYSIMAGE/run-emulator.sh" &&
-emulator_command image-$ARCH.ext2 zImage-$ARCH >> "$SYSIMAGE/run-emulator.sh"
+emulator_command "$IMAGE" zImage-$ARCH >> "$SYSIMAGE/run-emulator.sh"
 
 [ $? -ne 0 ] && dienow