artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e3770ba
)
go back to using /mnt encrypt. it seems something isn't working yet.
author
tedu
<tedu@openbsd.org>
Sun, 4 Jan 2015 02:26:29 +0000
(
02:26
+0000)
committer
tedu
<tedu@openbsd.org>
Sun, 4 Jan 2015 02:26:29 +0000
(
02:26
+0000)
distrib/miniroot/install.sub
patch
|
blob
|
history
diff --git
a/distrib/miniroot/install.sub
b/distrib/miniroot/install.sub
index
3035282
..
f3797d7
100644
(file)
--- a/
distrib/miniroot/install.sub
+++ b/
distrib/miniroot/install.sub
@@
-1,4
+1,4
@@
-# $OpenBSD: install.sub,v 1.80
4 2015/01/01 22:53:39 krw
Exp $
+# $OpenBSD: install.sub,v 1.80
5 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
}