~james-page/ubuntu/raring/openvswitch/lts-raring-backport-dkms

« back to all changes in this revision

Viewing changes to INSTALL.XenServer

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2012-08-07 16:00:53 UTC
  • mfrom: (5.1.25 sid)
  • Revision ID: package-import@ubuntu.com-20120807160053-nj4pgmkn6bp8t4md
Tags: 1.4.2+git20120612-9ubuntu1
* Merge from Debian unstable; remaining changes:
  - d/control: Disable openvswitch-datapath-dkms package.
* Dropped changes:
  - d/patches/kernel_3.5_support.patch: Superceded by 
    bug-684057-ovs-ctl-Add-support-for-newer-module-name.patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
88
88
/etc/init.d/openvswitch runs early in boot.  It does roughly the
89
89
following:
90
90
 
91
 
        * Loads the OVS kernel module, openvswitch.
 
91
        * Loads the OVS kernel module, openvswitch_mod.
92
92
 
93
93
        * Starts ovsdb-server, the OVS configuration database.
94
94