Comment 4 for bug 338563

Revision history for this message
Benjamin Drung (bdrung) wrote :

set_linked_version in initramfs-tools 0.142ubuntu17 from noble has:

```
    linktarget=
    if [ -e /initrd.img ] && [ -L /initrd.img ]; then
        linktarget="$(basename "$(readlink /initrd.img)")"
    fi

    if [ -e /boot/initrd.img ] && [ -L /boot/initrd.img ]; then
        linktarget="$(basename "$(readlink /boot/initrd.img)")"
    fi
```