Re: Question on stopping KVM start at boot

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Dustin,

Thanks for your advice.

- snip -

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/kvm | grep modprobe
No printout


$ cat /etc/init.d/qemu-kvm | grep modprobe
	if modprobe "$module"

.....
        if modprobe "$module"
        then
                log_end_msg 0
        else
                log_end_msg 1
                exit 1
        fi
        ;;
....


Where shall I add "-b" option?  Thanks


B.R.
Stephen

--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [KVM ARM]     [KVM ia64]     [KVM ppc]     [Virtualization Tools]     [Spice Development]     [Libvirt]     [Libvirt Users]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite Questions]     [Linux Kernel]     [Linux SCSI]     [XFree86]
  Powered by Linux