From 0609a1c0ab7dbbd1a0e124a1f146f825e317976a Mon Sep 17 00:00:00 2001 From: Benjamin Drung Date: Wed, 19 Nov 2014 15:30:48 +0100 Subject: [PATCH] extract_storage_kernel+modules.sh: Do not install grub2 grub2 shouldn't be required in the chroot. Otherwise it is a bug in the postinst script and should be fixed there. --- extract_storage_kernel+modules.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/extract_storage_kernel+modules.sh b/extract_storage_kernel+modules.sh index e0b1fc9..f3b8349 100755 --- a/extract_storage_kernel+modules.sh +++ b/extract_storage_kernel+modules.sh @@ -91,8 +91,6 @@ set -e set -x $FEATURE_APTCMD apt-get update -# grub is needed in the postinst... -apt-get install -y grub2 $FEATURE_VERSCMD [ -n "###FEATURE_VERSION" ] && export FEATURE_VERSION="=###FEATURE_VERSION" apt-get -t $DISTRIBUTION -y install profitbricks-linux-image-storage###FEATURE_VERSION || true -- 2.39.5