go back to using /mnt encrypt. it seems something isn't working yet.
authortedu <tedu@openbsd.org>
Sun, 4 Jan 2015 02:26:29 +0000 (02:26 +0000)
committertedu <tedu@openbsd.org>
Sun, 4 Jan 2015 02:26:29 +0000 (02:26 +0000)
distrib/miniroot/install.sub

index 3035282..f3797d7 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: install.sub,v 1.804 2015/01/01 22:53:39 krw Exp $
+#      $OpenBSD: install.sub,v 1.805 2015/01/04 02:26:29 tedu Exp $
 #
 # Copyright (c) 1997-2009 Todd Miller, Theo de Raadt, Ken Westerback
 # All rights reserved.
@@ -369,7 +369,7 @@ encr_pwd() {
                $_p == '*************' ]]; then
                echo "$_p"
        else
-               encrypt -b a -- "$_p"
+               /mnt/usr/bin/encrypt -b a -- "$_p"
        fi
 }