[yast-commit] r62822 - in /branches/SuSE-SLE-10-SP4-Branch/packager: VERSION package/yast2-packager.changes src/clients/inst_kickoff.ycp
Author: jsrain Date: Thu Nov 11 09:52:50 2010 New Revision: 62822 URL: http://svn.opensuse.org/viewcvs/yast?rev=62822&view=rev Log: renamed the HyperV drivers (bnc#652294) Modified: branches/SuSE-SLE-10-SP4-Branch/packager/VERSION branches/SuSE-SLE-10-SP4-Branch/packager/package/yast2-packager.changes branches/SuSE-SLE-10-SP4-Branch/packager/src/clients/inst_kickoff.ycp Modified: branches/SuSE-SLE-10-SP4-Branch/packager/VERSION URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-SLE-10-SP4-Branch/packager/VERSION?rev=62822&r1=62821&r2=62822&view=diff ============================================================================== --- branches/SuSE-SLE-10-SP4-Branch/packager/VERSION (original) +++ branches/SuSE-SLE-10-SP4-Branch/packager/VERSION Thu Nov 11 09:52:50 2010 @@ -1 +1 @@ -2.13.190 +2.13.191 Modified: branches/SuSE-SLE-10-SP4-Branch/packager/package/yast2-packager.changes URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-SLE-10-SP4-Branch/packager/package/yast2-packager.changes?rev=62822&r1=62821&r2=62822&view=diff ============================================================================== --- branches/SuSE-SLE-10-SP4-Branch/packager/package/yast2-packager.changes (original) +++ branches/SuSE-SLE-10-SP4-Branch/packager/package/yast2-packager.changes Thu Nov 11 09:52:50 2010 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Thu Nov 11 09:48:40 CET 2010 - jsrain@suse.cz + +- renamed the HyperV drivers (bnc#652294) +- 2.13.191 + +------------------------------------------------------------------- Wed Nov 10 10:50:57 CET 2010 - jsrain@suse.cz - add virtio drivers to initrd if needed (bnc#649755) Modified: branches/SuSE-SLE-10-SP4-Branch/packager/src/clients/inst_kickoff.ycp URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-SLE-10-SP4-Branch/packager/src/clients/inst_kickoff.ycp?rev=62822&r1=62821&r2=62822&view=diff ============================================================================== --- branches/SuSE-SLE-10-SP4-Branch/packager/src/clients/inst_kickoff.ycp (original) +++ branches/SuSE-SLE-10-SP4-Branch/packager/src/clients/inst_kickoff.ycp Thu Nov 11 09:52:50 2010 @@ -61,10 +61,10 @@ if (0 == (integer)SCR::Execute(.target.bash, "LANG=C lscpu | grep 'Hypervisor vendor:[[:space:]]*Microsoft' >/dev/null")) { // add modules to initrd - Initrd::AddModule ("blkvsc", ""); - Initrd::AddModule ("netvsc", ""); - Initrd::AddModule ("storvsc", ""); - Initrd::AddModule ("vmbus", ""); + Initrd::AddModule ("hv_blkvsc", ""); + Initrd::AddModule ("hv_netvsc", ""); + Initrd::AddModule ("hv_storvsc", ""); + Initrd::AddModule ("hv_vmbus", ""); y2milestone("Added HyperV PV drivers to initrd, configured drivers: %1", Initrd::ListModules()); -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
jsrain@svn2.opensuse.org