Merge pull request #16056 from paralin/fix-aws-reboot-failure

Auto commit by PR queue bot
This commit is contained in:
k8s-merge-robot 2015-10-28 22:07:37 -07:00
commit f13ed3ff75

View File

@ -164,7 +164,8 @@ if [[ ${docker_storage} == "btrfs" ]]; then
DOCKER_OPTS="${DOCKER_OPTS} -s btrfs"
elif [[ ${docker_storage} == "aufs-nolvm" || ${docker_storage} == "aufs" ]]; then
# Install aufs kernel module
apt-get install --yes linux-image-extra-$(uname -r)
# Fix issue #14162 with extra-virtual
apt-get install --yes linux-image-extra-$(uname -r) linux-image-extra-virtual
# Install aufs tools
apt-get install --yes aufs-tools