Adjust GRUB_DIST and add UEFI regeneration

Keeps the UEFI boot list cleaned and consistent
This commit is contained in:
2022-11-01 02:23:46 -04:00
parent 0dbcf10d4a
commit c83145f9c5
3 changed files with 6 additions and 1 deletions

View File

@ -2,7 +2,7 @@
# {{ ansible_managed }}
GRUB_DEFAULT=0
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR="Parallel Virtual Cluster (PVC) - Debian"
GRUB_DISTRIBUTOR="PVC Parallel Virtual Cluster - Debian"
GRUB_CMDLINE_LINUX="{{ grub_cmdline }}"
GRUB_TERMINAL_INPUT="console serial"
GRUB_TERMINAL_OUTPUT="gfxterm serial"