Timeline for Linux kernel version suffix + CONFIG_LOCALVERSION
Current License: CC BY-SA 3.0
5 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Nov 10, 2024 at 19:55 | comment | added | MufasaChan |
The answer is great. But, it would be nice to explain where to find these informations. In the kernel source code, you can type make menuconfig to have a nice TUI with a navigation of all these options. Why make menuconfig? See the kernel documentation.
|
|
| Jun 7, 2017 at 7:17 | comment | added | codeScriber | quite right! i thought the script was ignoring my config but it doesn't, when there's a tag the script takes the tag and not the hash, makes sence when u thin about it... :-) | |
| May 9, 2017 at 23:40 | comment | added | cheshirekow |
I'm not 100% sure but I don't think it's necessarily the first eight characters. I've just hit a situation where it was 11 characters. My guess is that the number of characters is at least 8 but will include as many characters as needed in order to be unique. It seems it's actually git rev-parse --verify --short HEAD.
|
|
| Apr 3, 2015 at 17:28 | vote | accept | Zephyr | ||
| Apr 3, 2015 at 12:43 | history | answered | taliezin | CC BY-SA 3.0 |