changeset 268:43554b4b00cf

Change powerpc rom path to work with qemu-image tarballs.
author Rob Landley <rob@landley.net>
date Sun, 27 Jan 2008 22:32:41 -0600
parents 98c1a2136322
children 229a482fa9ca
files sources/configs/powerpc
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/sources/configs/powerpc	Sun Jan 27 15:57:10 2008 -0600
+++ b/sources/configs/powerpc	Sun Jan 27 22:32:41 2008 -0600
@@ -13,8 +13,7 @@
 emulator_command()
 {
   echo qemu-system-ppc -M prep -nographic -hda "$1" \
-	-kernel "$2" -append "'$3 root=/dev/hda console=ttyS0'" \
-	-L ../sources/toys
+	-kernel "$2" -append "'$3 root=/dev/hda console=ttyS0'" -L .
 }
 
 # Write out Linux kernel .config file