Renamed package
This commit is contained in:
parent
8c447587d5
commit
2cc08fc9bb
|
|
@ -0,0 +1,8 @@
|
|||
Package: grub2-disable-ipv6
|
||||
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