Install grub-legacy-ec2 for all ubuntu-cpc (LP #1888575)

ubuntu/xenial
Cody Shepherd 4 years ago
parent 8789997c4b
commit 78fe4394c1
No known key found for this signature in database
GPG Key ID: 0DB7E5F05C3FAB5F

@ -166,6 +166,10 @@ if [ "${SUBPROJECT:-}" = minimized ]; then
_xchroot "${rootd}" apt clean _xchroot "${rootd}" apt clean
fi 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 --no-install-recommends grub-legacy-ec2 ubuntu-server
#### END COMMON ARCH FUNCTIONS #### END COMMON ARCH FUNCTIONS

Loading…
Cancel
Save