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
commit a9c8e6d55d
1 changed files with 3 additions and 0 deletions

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