We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dae52b commit ea65d62Copy full SHA for ea65d62
debian/make_debian_img.sh
@@ -44,8 +44,8 @@ main() {
44
local cache="cache.$deb_dist"
45
46
# linux firmware
47
- local lfw=$(download "$cache" 'https://mirrors.edge.kernel.org/pub/linux/kernel/firmware/linux-firmware-20240513.tar.xz')
48
- local lfwsha='9f05edb99668135d37cedc4fdd18aac2802dc9e4566e086e6c6c2e321f3ecc4e'
+ local lfw=$(download "$cache" 'https://mirrors.edge.kernel.org/pub/linux/kernel/firmware/linux-firmware-20250311.tar.xz')
+ local lfwsha='b1083a36f19aea46f661dcfd4cd462d13933dcb4e7f0dc809525552dd5c3541d'
49
[ "$lfwsha" = $(sha256sum "$lfw" | cut -c1-64) ] || { echo "invalid hash for $lfw"; exit 5; }
50
51
# setup media
0 commit comments