Skip to content

Instantly share code, notes, and snippets.

@avkosme
Created September 10, 2018 12:48
Show Gist options
  • Save avkosme/11c0111838e65bd714eab4ac16f32cc4 to your computer and use it in GitHub Desktop.
Save avkosme/11c0111838e65bd714eab4ac16f32cc4 to your computer and use it in GitHub Desktop.
Off ipv6
sudo vim /etc/default/grub
GRUB_CMDLINE_LINUX="ipv6.disable=1 rd.lvm.lv=cl_workstation/root rd.lvm.lv=cl_workstation/swap loglevel=7 systemd.log_level=debug"
sudo grub2-mkconfig -o /boot/grub2/grub.cfg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment