[or-cvs] r16632: {torvm} Pass kernel cmdline using new stdin option in current qemu l (torvm/trunk/build/win32/files)
coderman at seul.org
coderman at seul.org
Sat Aug 23 02:46:12 UTC 2008
Author: coderman
Date: 2008-08-22 22:46:12 -0400 (Fri, 22 Aug 2008)
New Revision: 16632
Modified:
torvm/trunk/build/win32/files/run.bat
Log:
Pass kernel cmdline using new stdin option in current qemu launch script.
Modified: torvm/trunk/build/win32/files/run.bat
===================================================================
--- torvm/trunk/build/win32/files/run.bat 2008-08-23 02:42:08 UTC (rev 16631)
+++ torvm/trunk/build/win32/files/run.bat 2008-08-23 02:46:12 UTC (rev 16632)
@@ -13,4 +13,4 @@
SET DEVICE="Local Area Connection"
SET RAMSZ=32
-qemu.exe -name " Tor VM " -L . -kernel vmlinuz -append "quiet loglevel=1" -hda hdd.img -m %RAMSZ% -std-vga -net nic,model=pcnet,macaddr=%MAC% -net pcap,devicename=%DEVICE%
+echo quiet loglevel=1 | qemu.exe -name " Tor VM " -L . -kernel vmlinuz -appendstdin -hda hdd.img -m %RAMSZ% -std-vga -net nic,model=pcnet,macaddr=%MAC% -net pcap,devicename=%DEVICE%
More information about the tor-commits
mailing list