2
0
mirror of https://github.com/openvswitch/ovs synced 2025-10-27 15:18:06 +00:00

debian: The second argument to m-a should be openvswitch-datapath

Signed-off-by: Simon Horman <horms@verge.net.au>
Signed-off-by: Ben Pfaff <blp@nicira.com>
This commit is contained in:
Simon Horman
2010-09-21 12:06:14 +09:00
committed by Ben Pfaff
parent b9ddc6aaae
commit cbb8634266

View File

@@ -5,9 +5,9 @@ Open vSwitch for Debian
- Building with module-assistant:
$ module-assistant auto-install openvswitch
$ module-assistant auto-install openvswitch-datapath
or
$ m-a a-i openvswitch
$ m-a a-i openvswitch-datapath
If kernel source or headers are in a non-standard directory, add
the option -k /path/to/kernel/source with the correct path.