From: Holger Levsen Date: Thu, 18 Apr 2013 09:20:14 +0000 (+0200) Subject: install kernel first, then modules X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=845bf88163ca0c7953c037a5b0d8061055211e1a;p=profitbricks%2Fjenkins-build-scripts.git install kernel first, then modules --- 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"