SHA256
1
0
forked from pool/hyper-v

- disable hyper-v-kmp

hv_storvsc handles now IDE and SCSI disks and ata_piix is
  compiled into the kernel in SLE12, so the modprobe.conf rules
  have no meaning anymore

OBS-URL: https://build.opensuse.org/package/show/Virtualization/hyper-v?expand=0&rev=16
This commit is contained in:
2011-09-01 16:53:34 +00:00
committed by Git OBS Bridge
parent ade74df229
commit 86b92da971
2 changed files with 9 additions and 1 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu Sep 1 18:51:03 CEST 2011 - ohering@suse.de
- disable hyper-v-kmp
hv_storvsc handles now IDE and SCSI disks and ata_piix is
compiled into the kernel in SLE12, so the modprobe.conf rules
have no meaning anymore
-------------------------------------------------------------------
Tue Jul 26 21:24:25 CEST 2011 - ohering@suse.de

View File

@@ -17,7 +17,7 @@
# norootforbuild
%define with_kmp 1
%define with_kmp 0
%if %{with_kmp}
%define with_drivers_in_kmp 0
%endif