Package to disable ipv6 in grub

This commit is contained in:
Pol Kaulfield 2025-05-25 19:43:10 -04:00
parent 65f6685fce
commit fbd438eb7a
4 changed files with 15 additions and 0 deletions

View File

@ -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

View File

@ -0,0 +1,3 @@
#!/bin/sh
update-grub2

View File

@ -0,0 +1,3 @@
#!/bin/sh
update-grub2

View File

@ -0,0 +1 @@
GRUB_CMDLINE_LINUX_DEFAULT="$GRUB_CMDLINE_LINUX_DEFAULT ipv6.disable=1"