From 7f76eec16d3a5b361b149c154b314a34fa28a1fe Mon Sep 17 00:00:00 2001 From: Antynea Date: Fri, 28 Aug 2020 04:22:13 +0200 Subject: [PATCH] Update Name appearing in the Grub menu Name appearing in the Grub menu : Use distribution information from /etc/os-release by default --- config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config b/config index 4ba5c03..6f498c2 100644 --- a/config +++ b/config @@ -1,7 +1,7 @@ #!/usr/bin/env bash # Name appearing in the Grub menu -# Default: "Arch Linux snapshots" +# Default: Use distribution information from /etc/os-release #GRUB_BTRFS_SUBMENUNAME="Arch Linux snapshots" # Add a name ahead your snapshots entries in the Grub menu