Remove GRUB config from base role

This is not actually ideal.
This commit is contained in:
2021-05-12 14:55:57 -04:00
committed by Joshua Boniface
parent 04bc9730a0
commit 7536732f30
2 changed files with 0 additions and 18 deletions

View File

@ -1,10 +0,0 @@
# GRUB configuration
# {{ ansible_managed }}
GRUB_DEFAULT=0
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="{{ grub_cmdline_default }}"
GRUB_CMDLINE_LINUX=""
GRUB_TERMINAL_INPUT="console serial"
GRUB_TERMINAL_OUTPUT="gfxterm serial"
GRUB_SERIAL_COMMAND="serial --unit=0 --speed=115200"