From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rodrigo Campos Subject: Re: Question on stopping KVM start at boot Date: Thu, 11 Mar 2010 01:07:34 -0300 Message-ID: <20100311040734.GF4643@debian> References: <20100310160709.zbke9nhsq2o0kkk0@oswebmail2.pacific.net.hk> <1268212137.3976.4.camel@ubuntu-T61usb.sinobot.biz> <20100311115945.i4i6jf5iysgo8scg@oswebmail2.pacific.net.hk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm@vger.kernel.org To: satimis@pacific.net.hk Return-path: Received: from alerce.vps.bitfolk.com ([212.13.194.134]:1664 "EHLO alerce.vps.bitfolk.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755928Ab0CKEHs (ORCPT ); Wed, 10 Mar 2010 23:07:48 -0500 Content-Disposition: inline In-Reply-To: <20100311115945.i4i6jf5iysgo8scg@oswebmail2.pacific.net.hk> Sender: kvm-owner@vger.kernel.org List-ID: On Thu, Mar 11, 2010 at 11:59:45AM +0800, satimis@pacific.net.hk wrote: > Hi Dustin, > > >Or you can edit the /etc/init.d/kvm or > >/etc/init.d/qemu-kvm init script and add the "-b" option to the > >modprobe calls in there. > > $ cat /etc/init.d/qemu-kvm | grep modprobe > if modprobe "$module" > > Where shall I add "-b" option? Thanks If I'm not wrong, there. That "if" is loading the module and sees the return code to give an error if it fails to load. Thanks, Rodrigo