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