From 4a520f0cbe817912a3bdcda4f304e9a85d1f5e96 Mon Sep 17 00:00:00 2001 From: Volker Ruppert Date: Mon, 26 Aug 2002 20:39:06 +0000 Subject: [PATCH] - changed bochs start option to -q --- bochs/build/linux/bochs-dlx.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bochs/build/linux/bochs-dlx.in b/bochs/build/linux/bochs-dlx.in index 800576160..fa23ea60a 100755 --- a/bochs/build/linux/bochs-dlx.in +++ b/bochs/build/linux/bochs-dlx.in @@ -105,7 +105,7 @@ fi echo Running bochs # ok now try it -$BOCHS -nocontrolpanel +$BOCHS -q echo echo ---------------------------------------------------------------