Skip to content

Commit

Permalink
modules/2s-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 d0ee64e commit 4311d1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/2s-zfs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ if [ -n "$VDEV" ] || [ "$FS" == "zfs" ]; then
arg "SWAP" "$iswap" ":" "2" "-s"
arg "type" "$iswap" ":" "1"
arg "sign" "$iswap" ":" "3" "-s"
debug stk "$ikswap"
debug -d dozfs "$SWAP" "$VDEV" "-N" &&
echo "SWAP=$type:$SWAP${sign:+$sign}" >>/run/env
unset FS sign type
Expand Down

0 comments on commit 4311d1d

Please sign in to comment.