From 845bf88163ca0c7953c037a5b0d8061055211e1a Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 18 Apr 2013 11:20:14 +0200 Subject: [PATCH] install kernel first, then modules --- extract_storage_kernel+modules.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extract_storage_kernel+modules.sh b/extract_storage_kernel+modules.sh index 50b1ccc..9399531 100755 --- a/extract_storage_kernel+modules.sh +++ b/extract_storage_kernel+modules.sh @@ -43,8 +43,8 @@ $FEATURE_APTCMD apt-get update # grub is needed in the postinst... apt-get install -y grub2 -apt-get -y install profitbricks-andbd-modules-storage || true apt-get -t $DISTRIBUTION -y install profitbricks-linux-image-storage || true +apt-get -y install profitbricks-andbd-modules-storage || true mkdir -p $TARGET_DIR export KERNEL_VERSION=###(ls /boot/vmlinu* | cut -d "-" -f2-) export GENTOO_KERNEL_VERSION="###(ls /boot/vmlinu* | cut -d "-" -f2).$BUILD_NUMBER" -- 2.39.5