changeset 269:229a482fa9ca

Have qemu boot qemu-init.sh script instead of init=/bin/bash directly.
author Rob Landley <rob@landley.net>
date Sun, 27 Jan 2008 22:34:05 -0600
parents 43554b4b00cf
children 2a6219be99ec
files include.sh
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/include.sh	Sun Jan 27 22:32:41 2008 -0600
+++ b/include.sh	Sun Jan 27 22:34:05 2008 -0600
@@ -278,7 +278,8 @@
 
 
   emulator_command image-$ARCH.ext2 zImage-$ARCH \
-    "rw init=/tools/bin/sh panic=1 PATH=/tools/bin" > "$BUILD/run-$ARCH.sh" &&
+    "rw init=/tools/bin/qemu-setup.sh panic=1 PATH=/tools/bin" \
+    > "$BUILD/run-$ARCH.sh" &&
   chmod +x "$BUILD/run-$ARCH.sh"
 else
   export WORK="${BUILD}/host-temp"