There was some misunderstanding about which mirror to use.
authortb <tb@openbsd.org>
Sun, 19 Aug 2018 20:35:51 +0000 (20:35 +0000)
committertb <tb@openbsd.org>
Sun, 19 Aug 2018 20:35:51 +0000 (20:35 +0000)
Back this out for now.

distrib/miniroot/install.sub

index 4bd0897..6e9a79c 100644 (file)
@@ -1,5 +1,5 @@
 #!/bin/ksh
-#      $OpenBSD: install.sub,v 1.1099 2018/08/19 20:01:38 tb Exp $
+#      $OpenBSD: install.sub,v 1.1100 2018/08/19 20:35:51 tb Exp $
 #
 # Copyright (c) 1997-2015 Todd Miller, Theo de Raadt, Ken Westerback
 # Copyright (c) 2015, Robert Peichaer <rpe@openbsd.org>
@@ -2712,9 +2712,8 @@ finish_up() {
        fi
 
        # Create /etc/installurl if it does not yet exist.
-       if [[ ! -f /mnt/etc/installurl ]]; then
-               echo "${INSTALL_URL:-https://cdn.openbsd.org/pub/OpenBSD}" \
-                       >/mnt/etc/installurl
+       if [[ -n $INSTALL_URL && ! -f /mnt/etc/installurl ]]; then
+               echo "$INSTALL_URL" >/mnt/etc/installurl
        fi
 
        echo -n "Making all device nodes..."