diff --git a/builder.sh b/builder.sh index 6c35fdc..81217de 100755 --- a/builder.sh +++ b/builder.sh @@ -48,6 +48,7 @@ echo "net.ipv6.conf.all.disable_ipv6 = 1" > $CHROOT_DIR/etc/sysctl.conf echo "net.ipv6.conf.default.disable_ipv6 = 1" >> $CHROOT_DIR/etc/sysctl.conf echo "net.ipv6.conf.lo.disable_ipv6 = 1" >> $CHROOT_DIR/etc/sysctl.conf +chroot $CHROOT_DIR sysctl -p # # Create mount points mount --bind /dev/ $CHROOT_DIR/dev