diff --git a/.github/release-nest-v3-nvidia-iso b/.github/release-nest-v3-nvidia-iso index 62f9457..c793025 100644 --- a/.github/release-nest-v3-nvidia-iso +++ b/.github/release-nest-v3-nvidia-iso @@ -1 +1 @@ -6 \ No newline at end of file +7 \ No newline at end of file diff --git a/nvidia-enablement/hooks/2-link-uname-to-kernel.chroot b/nvidia-enablement/hooks/2-link-uname-to-kernel.chroot deleted file mode 100755 index e7b385d..0000000 --- a/nvidia-enablement/hooks/2-link-uname-to-kernel.chroot +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/bash - -. /chroot_scripts/info.sh - -if [ -z $ISO_KERNEL ] -then - exit 1 -fi - -echo "Workaround: Link chroot kernel to host kernel..." -ln -sfv /boot/config-$ISO_KERNEL /boot/config-$(uname -r) -ln -sfv /boot/initrd.img-$ISO_KERNEL /boot/initrd.img-$(uname -r) -ln -sfv /usr/src/linux-headers-$ISO_KERNEL /usr/src/linux-headers-$(uname -r) -ln -sfv /boot/System.map-$ISO_KERNEL /boot/System.map-$(uname -r) -ln -sfv /boot/vmlinuz-$ISO_KERNEL /boot/vmlinuz-$(uname -r) \ No newline at end of file