From d7b79d81aa28ed7b8723b4d93ed28449ccd5a8b8 Mon Sep 17 00:00:00 2001 From: tokiclover Date: Mon, 1 Sep 2014 22:00:11 +0200 Subject: [PATCH] modules/3d-zfs: fix key mode --- modules/3d-zfs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/3d-zfs b/modules/3d-zfs index 6d7b9e4..79dc303 100644 --- a/modules/3d-zfs +++ b/modules/3d-zfs @@ -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 $? @@ -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