os-release: add "ubuntu" in ID_LIKE#89
Conversation
fwupd finds the distro boot directory in EFI partition based on os-release. Because we use `ubuntu` as directory name, we need to have it in the ID_LIKE so that fwupd finds it.
|
I got some questions about whether it is right to have ID_LIKE is defined by https://www.freedesktop.org/software/systemd/man/os-release.html#ID_LIKE=
Ubuntu Classic for example has For comparison with some other image based distros based on other distros:
|
xnox
left a comment
There was a problem hiding this comment.
this is not an appropriate change.
lots of things will try to indeed use dpkg / apt etc when finding this.
fwupd finds the distro boot directory in EFI partition based on os-release. Because we use
ubuntuas directory name, we need to have it in the ID_LIKE so that fwupd finds it.