From: Frank Brehm Date: Tue, 5 Apr 2022 13:40:28 +0000 (+0200) Subject: Reverting disabling IPv6 in GRUB X-Git-Tag: 2.3.6^2~2^2~2 X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=726c864e8000d34657035fefd6aae1b7340b7f78;p=pixelpark%2Fcreate-vmware-tpl.git Reverting disabling IPv6 in GRUB --- diff --git a/snippets/tpl.070.tweak_grub.sh b/snippets/tpl.070.tweak_grub.sh index fb27240..c7d6a0d 100644 --- a/snippets/tpl.070.tweak_grub.sh +++ b/snippets/tpl.070.tweak_grub.sh @@ -24,9 +24,6 @@ tweak_grub() { echo "Removing rhgb (RedHat Graphical Boot) from '${grub_cfg}' ..." sed --in-place -e 's/^\(GRUB_CMDLINE_LINUX=.*\)[ ]rhgb\(.*\)/\1\2/' "${grub_cfg}" - echo "Disabling IPv6 in '${grub_cfg}' ..." - sed --in-place -e 's/^\(GRUB_CMDLINE_LINUX=.*\)"$/\1 ipv6.disable=1"/' "${grub_cfg}" - echo echo "Current Linux command line in '${grub_cfg}':" grep '^GRUB_CMDLINE_LINUX=' "${grub_cfg}"