Customize grub distributor
This commit is contained in:
parent
ba81a106d2
commit
35dcf979f4
|
@ -2,7 +2,7 @@
|
|||
# {{ ansible_managed }}
|
||||
GRUB_DEFAULT=0
|
||||
GRUB_TIMEOUT=5
|
||||
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
|
||||
GRUB_DISTRIBUTOR="Parallel Virtual Cluster (PVC) - Debian"
|
||||
GRUB_CMDLINE_LINUX="{{ grub_cmdline }}"
|
||||
GRUB_TERMINAL_INPUT="console serial"
|
||||
GRUB_TERMINAL_OUTPUT="gfxterm serial"
|
||||
|
|
Loading…
Reference in New Issue