Skip to content

Commit 11cbc2f

Browse files
classabbyampDuncaen
authored andcommitted
_posts: add post notifying about linux-firmware compression change
1 parent e8825d2 commit 11cbc2f

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
title: "Changes to linux-firmware may require manual intervention"
3+
layout: post
4+
---
5+
6+
To reduce installation size, firmware provided by `linux-firmware` is now
7+
compressed with zstd. Ensure you are running a supported kernel when updating to
8+
`linux-firmware-20260309_1` or later:
9+
10+
- `linux5.10>=5.10.251_1`
11+
- `linux5.15>=5.15.201_1`
12+
- `linux6.1>=6.1.127_1`
13+
- `linux6.6>=6.6.68_1`
14+
- `linux6.12>=6.12.7_1`
15+
- `linux6.18`, `linux6.19`, or any later version
16+
- `rpi-kernel>=6.12.67_1`
17+
- `pinephone-kernel>=6.1.7_2`
18+
19+
If you cannot run one of these kernels, you can hold the `linux-firmware` packages
20+
at their currently-installed version:
21+
22+
```
23+
# xbps-pkgdb -m hold linux-firmware linux-firmware-amd linux-firmware-broadcom \
24+
linux-firmware-intel linux-firmware-network linux-firmware-nvidia linux-firmware-qualcomm
25+
```

0 commit comments

Comments
 (0)