Hi, thanks for reporting. I'll see how it can grab this info from
lsb-release.

Now it could get such info from /etc/lsb-release:

# Source lsb-release so we know what distribution we are
DISTRIB_ID="Debian"    # Default to Debian
[ -e /etc/lsb-release ] && . /etc/lsb-release

...however current lsb-release uses "/etc/os-release" instead. I'll fix
that in the next days.
For now, a workaround for you would be having a "/etc/lsb-release" with
the DISTRIB_ID var set as you wish. 

In the future versions this will be probably taken from lsb-release
PRETTY_NAME var instead:

$ cat /usr/lib/os-release
PRETTY_NAME="Debian GNU/Linux bookworm/sid"
NAME="Debian GNU/Linux"
ID=debian
HOME_URL="https://www.debian.org/";
SUPPORT_URL="https://www.debian.org/support";
BUG_REPORT_URL="https://bugs.debian.org/";

Bests,

-- 
Tiago

Reply via email to