INSTALL.Debian: Update instructions related to package ordering.
authorGurucharan Shetty <gshetty@nicira.com>
Wed, 10 Apr 2013 22:08:39 +0000 (15:08 -0700)
committerGurucharan Shetty <gshetty@nicira.com>
Tue, 23 Apr 2013 16:00:13 +0000 (09:00 -0700)
commitff23db30f98a53d8f96c429a3441d6a678c731fd
tree07448387bdeacf67b1467c10abcf263640b46317
parent0f5edef014cc4ca701dab6006e9f59d24adad266
INSTALL.Debian: Update instructions related to package ordering.

If we install the userspace packages first, without a kernel module
present in the correct path, we get an error because package install
automatically tries to start the userspace daemons and we look for
a kernel module to load.

Installing a kernel module package first and then following it by
userspace package sounds like the correct way to do it. This change
in ordering helps my next commit.

Signed-off-by: Gurucharan Shetty <gshetty@nicira.com>
INSTALL.Debian