We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 18b3e8d + 9b8b275 commit 70c4fb2Copy full SHA for 70c4fb2
rootfs/scripts/build-ubuntu-rootfs.sh
@@ -395,7 +395,7 @@ echo '[CHROOT] Installing manifest packages (if any)...'
395
/install_manifest_pkgs.sh || true
396
397
echo '[CHROOT] Detecting installed kernel version...'
398
-kernel_ver=\$(echo "$KERNEL_DEB" | sed -n 's/linux-kernel-\(.*\)-arm64\.deb/\1/p')
+kernel_ver=\$(echo "$KERNEL_DEB" | sed -n 's|.*/linux-kernel-\(.*\)-arm64\.deb|\1|p')
399
crd_dtb_path=\"/lib/firmware/\$kernel_ver/device-tree/x1e80100-crd.dtb\"
400
401
echo '[CHROOT] Writing GRUB configuration...'
0 commit comments