From c279a93b1be5e2b48c4c408234c64b411ae7cb9d Mon Sep 17 00:00:00 2001 From: Cody Shepherd Date: Wed, 16 Sep 2020 13:00:55 -0600 Subject: [PATCH] Omit --no-install-recommends flag and ubuntu-server from install --- live-build/ubuntu-cpc/hooks.d/chroot/999-cpc-fixes.chroot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 b5a8ecd2..2beed251 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 @@ -168,7 +168,7 @@ 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 + apt-get -y install grub-legacy-ec2 #### END COMMON ARCH FUNCTIONS