Merge remote-tracking branch 'codyshepherd/cpc-ubuntu-server' into ubuntu/xenial

This commit is contained in:
Steve Langasek 2020-09-16 13:39:16 -07:00
commit 5201114a9e

View File

@ -166,6 +166,10 @@ if [ "${SUBPROJECT:-}" = minimized ]; then
_xchroot "${rootd}" apt clean
fi
# install grub-legacy-ec2 and ubuntu-server for all ubuntu-cpc for LP: #1888575
_xchroot "${rootd}" env DEBIAN_FRONTEND=noninteractive \
apt-get -y install grub-legacy-ec2
#### END COMMON ARCH FUNCTIONS