Fixed ghost directory

This commit is contained in:
Pol Kaulfield 2025-05-25 20:54:28 -04:00
parent fd69118715
commit d84a01a0a9
4 changed files with 0 additions and 15 deletions

View File

@ -1,8 +0,0 @@
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

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

View File

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

View File

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