forked from images/live-iso-gnome
no need for ubuntu bs
This commit is contained in:
parent
202cb625df
commit
ff9216bded
2
.github/release-nest-v3-nvidia-iso
vendored
2
.github/release-nest-v3-nvidia-iso
vendored
@ -1 +1 @@
|
||||
6
|
||||
7
|
@ -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)
|
Loading…
Reference in New Issue
Block a user