Skip to content

Commit

Permalink
modules/3d-zfs: fix key mode
Browse files Browse the repository at this point in the history
  • Loading branch information
tokiclover committed Sep 1, 2014
1 parent 77791b8 commit d7b79d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/3d-zfs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $Id: modules/3d-zfs,v 0.13.0 2014/07/25 14:48:07 -tclover Exp $
# $Id: modules/3d-zfs,v 0.13.2 2014/08/31 14:48:07 -tclover Exp $

set -e +x
source $LIBDIR/zfs || return $?
Expand All @@ -9,6 +9,7 @@ source $LIBDIR/zfs || return $?

if [ -n "$VDEV" ] || [ "$FS" == "zfs" ]; then
arg "ROOT" "$iroot" ":" "1"
debug stk "$ikroot"
debug -d dozfs "$ROOT" "$VDEV" &&
echo "ROOT=$ROOT" >>/run/env
fi
Expand Down

0 comments on commit d7b79d8

Please sign in to comment.