10 lines
363 B
Plaintext
10 lines
363 B
Plaintext
# If you change this file, run 'update-grub' afterwards to update
|
|
# /boot/grub/grub.cfg.
|
|
|
|
GRUB_DEFAULT=0
|
|
GRUB_TIMEOUT=0
|
|
GRUB_DISTRIBUTOR=Debian
|
|
GRUB_CMDLINE_LINUX_DEFAULT="console=tty1 console=ttyS0,115200n8"
|
|
# Disable GSO (Generic Segmentation Offload) in order to improve IPv6 forwarding performance
|
|
GRUB_CMDLINE_LINUX="debian-installer=en_US virtio_net.gso=0"
|