We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d961bc commit 3af1033Copy full SHA for 3af1033
util/grub.d/10_linux.in
@@ -297,10 +297,11 @@ get_initrd() {
297
initrd.img-"$1" \
298
initrd-"$1".gz ; do
299
if [ -e "$KERNEL_DIR/$rd" ] ; then
300
- info "$(gettext_printf "Initial ramdisk image for kernel %s: %s" "$1" "${GRUB_KERNEL_DIR}${rd}")"
+ info "$(gettext_printf "Initial ramdisk image for kernel '%s': '%s'" "$1" "${GRUB_KERNEL_DIR}${rd}")"
301
ret="${ret} ${GRUB_KERNEL_DIR}${rd}"
302
break
303
else
304
+ info "$(gettext_printf "No initial ramdisk image found for kernel '%s'" "$1")"
305
continue
306
fi
307
done
0 commit comments