From: tedu Date: Sun, 4 Jan 2015 02:26:29 +0000 (+0000) Subject: go back to using /mnt encrypt. it seems something isn't working yet. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=9363803b1cfd6ec2c4af38796f2f9500228f1146;p=openbsd go back to using /mnt encrypt. it seems something isn't working yet. --- diff --git a/distrib/miniroot/install.sub b/distrib/miniroot/install.sub index 3035282cce2..f3797d72e8b 100644 --- a/distrib/miniroot/install.sub +++ b/distrib/miniroot/install.sub @@ -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 }