On Mon, Apr 13, 2015 at 1:08 PM, Nithin Raju <[email protected]> wrote: > Added the commands to be able to install an unsigned driver. > > Acked-by: Nithin Raju <[email protected]> > --- > > v2: Added Acked-by.
:) I need the Signed-off-by! You don't have to send another version. Just reply to this mail with a Signed-off-by. > > INSTALL.Windows.md | 7 ++++++- > 1 file changed, 6 insertions(+), 1 deletion(-) > > diff --git a/INSTALL.Windows.md b/INSTALL.Windows.md > index 0029500..0dd5cda 100644 > --- a/INSTALL.Windows.md > +++ b/INSTALL.Windows.md > @@ -162,7 +162,12 @@ Steps to install the module > > 02> Run ./install.cmd to insert the new one. For this to work you will have > to > turn on TESTSIGNING boot option or 'Disable Driver Signature Enforcement' > -during boot. > +during boot. The following commands can be used: > + % bcdedit /set LOADOPTIONS DISABLE_INTEGRITY_CHECKS > + % bcdedit /set TESTSIGNING ON > + % bcdedit /set nointegritychecks ON > + > +Note: you may have to restart the machine for the settings to take effect. > > 03> In the Virtual Switch Manager configuration you can enable the Open > vSwitch > Extension on an existing switch or create a new switch. If you are using an > -- > 1.8.5.6 > > _______________________________________________ > dev mailing list > [email protected] > http://openvswitch.org/mailman/listinfo/dev _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
