From 4741f6439a218b68f9ec63bf9beb4909c37582e4 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 18:32:00 +0200 Subject: Adding distribution version to distributor name by default. Signed-off-by: Daniel Baumann --- debian/default/grub | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/default/grub b/debian/default/grub index 512e2e1..6b1f85d 100644 --- a/debian/default/grub +++ b/debian/default/grub @@ -4,10 +4,11 @@ # info -f grub -n 'Simple configuration' LSB_VENDOR="$(lsb_release -i -s 2> /dev/null || echo Progress Linux)" +LSB_RELEASE="$(lsb_release -r -s 2> /dev/null || echo $(cat /etc/progress-linux_version))" GRUB_DEFAULT=0 GRUB_TIMEOUT=@DEFAULT_TIMEOUT@ -GRUB_DISTRIBUTOR="$LSB_VENDOR" +GRUB_DISTRIBUTOR="$LSB_VENDOR $LSB_RELEASE" GRUB_CMDLINE_LINUX_DEFAULT="@DEFAULT_CMDLINE@" GRUB_CMDLINE_LINUX="" -- cgit v1.2.3