Merge pull request #2800 from bgilbert/append

coreos-base/oem-packet: drop redundant grub.cfg line
This commit is contained in:
Benjamin Gilbert 2017-10-03 16:15:12 -07:00 committed by GitHub
commit 7a6b00c006
2 changed files with 0 additions and 1 deletions

View File

@ -6,5 +6,4 @@ set linux_append="coreos.autologin"
if [ "$grub_cpu" = i386 ]; then
set gfxpayload="1024x768x8,1024x768"
set linux_console="console=tty0 console=ttyS1,115200n8"
set linux_append="$linux_append"
fi