Skip to content

Instantly share code, notes, and snippets.

View DavidEredics's full-sized avatar

Dávid Eredics DavidEredics

View GitHub Profile
@DavidEredics
DavidEredics / debian-initramfs-ipv6-hook-script
Last active October 21, 2023 12:04 — forked from Someguy123/debian-initramfs-ipv6-hook-script
Scripts to support IPv6 networking in Debian pre-boot (initramfs) environment
#!/bin/sh
##########################################################################################
# Script to be placed in /etc/initramfs-tools/hooks/ipv6
#
# These initramfs IPv6 scripts were originally made by zajdee, and were modified by Someguy123
# at Privex Inc. ( https://www.privex.io ) to fix some issues and add debug logging.
#
# It can be found online here: https://gist.github.com/Someguy123/8092bdc9834aa210fb4bd1523e9a1c38
#
# (Original Gist this was based off of (broken script!): https://gist.github.com/zajdee/65aad61f35d3a63c56c7d1cc76c22e14)