2
0
mirror of https://github.com/openvswitch/ovs synced 2025-10-17 14:28:02 +00:00
Files
openvswitch/debian/openvswitch-datapath-source.README.Debian
Simon Horman cbb8634266 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>
2010-09-21 10:39:45 -07:00

32 lines
867 B
Plaintext

Open vSwitch for Debian
----------------------
* How do I build this module the Debian way?
- Building with module-assistant:
$ module-assistant auto-install openvswitch-datapath
or
$ 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.
- Building with make-kpkg
$ cd /usr/src/
$ tar jxvf openvswitch.tar.bz2
$ cd /usr/src/kernel-source-2.6.9
$ make-kpkg --added-modules=openvswitch modules
- Building without make-kpkg
$ cd /usr/src/
$ tar jxvf openvswitch.tar.bz2
$ cd modules/openvswitch
$ fakeroot debian/rules kdist_image
If you run this as root, fakeroot is not needed.
-- Ben Pfaff <blp@nicira.com>, Mon, 11 May 2009 13:27:50 -0700