]> Frank Brehm's Git Trees - profitbricks/jenkins-build-scripts.git/commitdiff
extract_storage_kernel+modules.sh: Do not install grub2
authorBenjamin Drung <benjamin.drung@profitbricks.com>
Wed, 19 Nov 2014 14:30:48 +0000 (15:30 +0100)
committerBenjamin Drung <benjamin.drung@profitbricks.com>
Wed, 19 Nov 2014 14:30:48 +0000 (15:30 +0100)
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

index e0b1fc9b274a6cbb8dc96fc6cc2f45386b74631b..f3b83494ecc956a1b9c05d34f218e01414262762 100755 (executable)
@@ -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