Commit 3ee4f29
committed
bin/generate-zbm: require at least one kernel version value
Some distributions create generic symlinks to a kernel; such as vmlinuz.old.
These symlinks do not encode any version information in the filename. On ARM
systems, the kernel sometimes does not contain a version that can be detected
via dumping strings from the file. This leads to a case where neither version
string is defined, and the assumption was that one would always be defined.1 parent d9de083 commit 3ee4f29
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
609 | 609 | | |
610 | 610 | | |
611 | 611 | | |
| 612 | + | |
| 613 | + | |
| 614 | + | |
612 | 615 | | |
613 | 616 | | |
614 | 617 | | |
| |||
0 commit comments