|
| 1 | +From f4d9b358e9ff6761a3e72db6f109fe4576ea58c2 Mon Sep 17 00:00:00 2001 |
| 2 | +From: Moritz Sanft < [email protected]> |
| 3 | +Date: Tue, 2 Sep 2025 10:21:58 +0200 |
| 4 | +Subject: [PATCH] ukify: dont bundle osrel section |
| 5 | + |
| 6 | +Signed-off-by: Moritz Sanft < [email protected]> |
| 7 | +--- |
| 8 | + src/ukify/ukify.py | 2 +- |
| 9 | + 1 file changed, 1 insertion(+), 1 deletion(-) |
| 10 | + |
| 11 | +diff --git a/src/ukify/ukify.py b/src/ukify/ukify.py |
| 12 | +index fce36b6686..1f261299b3 100755 |
| 13 | +--- a/src/ukify/ukify.py |
| 14 | ++++ b/src/ukify/ukify.py |
| 15 | +@@ -1393,7 +1393,7 @@ def make_uki(opts: UkifyConfig) -> None: |
| 16 | + |
| 17 | + sections = [ |
| 18 | + # name, content, measure? |
| 19 | +- ('.osrel', opts.os_release, True), |
| 20 | ++ # ('.osrel', opts.os_release, True), |
| 21 | + ('.cmdline', opts.cmdline, True), |
| 22 | + ('.dtb', opts.devicetree, True), |
| 23 | + *(('.dtbauto', dtb, True) for dtb in opts.devicetree_auto), |
| 24 | +-- |
| 25 | +2.51.0 |
| 26 | + |
0 commit comments