Enable IPv6 be default
This commit is contained in:
parent
2827732846
commit
4a1f91b73c
2 changed files with 0 additions and 4 deletions
1
build.sh
1
build.sh
|
@ -260,7 +260,6 @@ EOF
|
|||
# Configure network.
|
||||
#
|
||||
apply_file 644 '/etc/resolv.conf'
|
||||
apply_file 644 '/etc/modprove.d/ipv6.conf'
|
||||
|
||||
echo $HOSTNAME > "$ROOTFS_DIR/etc/hostname"
|
||||
chmod 644 "$ROOTFS_DIR/etc/hostname"
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
# Don't load ipv6 by default
|
||||
alias net-pf-10 off
|
||||
#alias ipv6 off
|
Reference in a new issue