diff --git a/stage1/02-net-tweaks/00-run.sh b/stage1/02-net-tweaks/00-run.sh index 96a1774..a49b4b0 100755 --- a/stage1/02-net-tweaks/00-run.sh +++ b/stage1/02-net-tweaks/00-run.sh @@ -1,6 +1,5 @@ #!/bin/bash -e -install -m 644 files/ipv6.conf "${ROOTFS_DIR}/etc/modprobe.d/ipv6.conf" install -m 644 files/hostname "${ROOTFS_DIR}/etc/hostname" ln -sf /dev/null "${ROOTFS_DIR}/etc/systemd/network/99-default.link" diff --git a/stage1/02-net-tweaks/files/ipv6.conf b/stage1/02-net-tweaks/files/ipv6.conf deleted file mode 100644 index 1a1c1a6..0000000 --- a/stage1/02-net-tweaks/files/ipv6.conf +++ /dev/null @@ -1,3 +0,0 @@ -# Don't load ipv6 by default -alias net-pf-10 off -#alias ipv6 off