# HG changeset patch # User Rob Landley # Date 1269504632 18000 # Node ID ed8e33b81032389b22ed73af932444f9f2f9f380 # Parent 9141727b902a9114746d2d567bed5afa210a1b66 Make run-emulator.sh executable. diff -r 9141727b902a -r ed8e33b81032 system-image.sh --- a/system-image.sh Sun Mar 21 23:53:15 2010 -0500 +++ b/system-image.sh Thu Mar 25 03:10:32 2010 -0500 @@ -173,7 +173,7 @@ # filesystem, kernel, and base kernel command line arguments in case you want # to use an emulator other than qemu, but put the default case in qemu_defaults -cat > "$STAGE_DIR/run-emulator.sh" << EOF || dienow +cat > "$STAGE_DIR/run-emulator.sh" << EOF && ARCH=$ARCH run_emulator() { @@ -186,6 +186,7 @@ run_emulator fi EOF +chmod +x "$STAGE_DIR/run-emulator.sh" && cat "$SOURCES"/toys/{unique-port,dev-environment}.sh >> "$STAGE_DIR/dev-environment.sh" && chmod +x "$STAGE_DIR/dev-environment.sh" || dienow