4c977082c4
Encapsulate the new select-boot-kernel-initrd common function into an element so other elements can make use of it. Change-Id: Ie587bd5dae1afebfd5646190dfa951a7949938cd
6 lines
265 B
Markdown
6 lines
265 B
Markdown
A helper script to get the kernel and initrd image.
|
|
|
|
It uses the function select_boot_kernel_initrd from the library img-functions
|
|
to find the newest kernel and ramdisk in the image, and returns them as a
|
|
concatenated string separating the values with a colon (:).
|