/usr/share/diskimage-builder/elements/select-boot-kernel-initrd/README.rst is in python-diskimage-builder 1.0.0-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 | =========================
select-boot-kernel-initrd
=========================
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 (:).
|