[Merge] ~codyshepherd/livecd-rootfs/+git/livecd-rootfs:cpc-ubuntu-server into livecd-rootfs:ubuntu/xenial
Cody Shepherd
cody.shepherd at canonical.com
Wed Sep 16 18:41:16 UTC 2020
Diff comments:
> diff --git a/live-build/ubuntu-cpc/hooks.d/chroot/999-cpc-fixes.chroot b/live-build/ubuntu-cpc/hooks.d/chroot/999-cpc-fixes.chroot
> index 56b6950..b5a8ecd 100755
> --- a/live-build/ubuntu-cpc/hooks.d/chroot/999-cpc-fixes.chroot
> +++ b/live-build/ubuntu-cpc/hooks.d/chroot/999-cpc-fixes.chroot
> @@ -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 --no-install-recommends grub-legacy-ec2 ubuntu-server
> +
I had originally thought that ubuntu-server was not required, but Dimitri stated that it should be in the email thread on this issue. I’m happy to remove it and the —no-install-recommends flag.
> #### END COMMON ARCH FUNCTIONS
>
>
--
https://code.launchpad.net/~codyshepherd/livecd-rootfs/+git/livecd-rootfs/+merge/390849
Your team Ubuntu Core Development Team is subscribed to branch livecd-rootfs:ubuntu/xenial.
More information about the Ubuntu-reviews
mailing list