changeset 303:844040910a55

The -hdb stuff should be in a wrapper, not in the individual config files.
author Rob Landley <rob@landley.net>
date Fri, 22 Feb 2008 21:18:16 -0600
parents eb2aa88277e2
children 5e33cb3fe30c
files sources/configs/i586 sources/configs/sh4
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/sources/configs/i586	Thu Feb 21 21:11:01 2008 -0600
+++ b/sources/configs/i586	Fri Feb 22 21:18:16 2008 -0600
@@ -9,7 +9,7 @@
 
 emulator_command()
 {
-  echo qemu -cpu pentium -nographic -hda "$1" -hdb hdb.img -kernel "$2" \
+  echo qemu -cpu pentium -nographic -hda "$1" -kernel "$2" \
 	-append "\"$3 root=/dev/hda console=ttyS0\""
 }
 
--- a/sources/configs/sh4	Thu Feb 21 21:11:01 2008 -0600
+++ b/sources/configs/sh4	Fri Feb 22 21:18:16 2008 -0600
@@ -8,7 +8,7 @@
 {
 #  echo qemu-system-arm -M versatilepb -nographic -no-reboot -hda "$1" \
 #	-kernel "$2" -append "\"$3 root=/dev/sda console=ttyAMA0\"" \
-#	-net nic,model=rtl8139 -net user -hdb hdb.img
+#	-net nic,model=rtl8139 -net user
   echo
 }