Merge "Load the 8021q kernel module in simple-init"

This commit is contained in:
Jenkins
2015-12-09 01:31:40 +00:00
committed by Gerrit Code Review

View File

@@ -21,4 +21,7 @@ set -o pipefail
SCRIPTDIR=$(dirname $0)
# Ensure the 8021q module is loaded so that glean can support tagged interfaces
echo "8021q" >> /etc/modules
glean-install