Package to disable ipv6 in grub
This commit is contained in:
parent
65f6685fce
commit
fbd438eb7a
|
|
@ -0,0 +1,8 @@
|
|||
Package: disable-ipv6-grub
|
||||
Version: 1
|
||||
Section: custom
|
||||
Priority: optional
|
||||
Architecture: all
|
||||
Essential: no
|
||||
Maintainer: Pol Kaulfield <kaulfield@protonmail.com>
|
||||
Description: Kernel argument set in grub to disable ipv6
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
update-grub2
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
update-grub2
|
||||
|
|
@ -0,0 +1 @@
|
|||
GRUB_CMDLINE_LINUX_DEFAULT="$GRUB_CMDLINE_LINUX_DEFAULT ipv6.disable=1"
|
||||
Loading…
Reference in New Issue