Merge pull request #177 from minextu/patch-2

fix typo in zfs-utils hook
pull/180/head
Jesus Alvarez 8 years ago committed by GitHub
commit 2ff78a2e8e
  1. 2
      conf.sh
  2. 4
      src/zfs-utils/zfs-utils.initcpio.hook

@ -6,7 +6,7 @@ zfs_src_hash="231b104979ddacfeb1889e1dec175337276e7b3b109d40656089744b5caf3ef6"
spl_src_hash="e6a83dc50bc83a5ce6f20238da16fb941ab6090c419be8af8fc9223210f637fd"
zfs_bash_completion_hash="b60214f70ffffb62ffe489cbfabd2e069d14ed2a391fac0e36f914238394b540"
zfs_initcpio_install_hash="e33adabbe3f2f4866802c9d63c7810c7a42b4df2288d0cdd23376519b15b36e4"
zfs_initcpio_hook_hash="2bb533db561992c861bb9acad64a127f81cf0e4bf39cb4308ac7a73a17db55a7"
zfs_initcpio_hook_hash="b88f3600b68f5464dd1d1e4953dcd5eb2f5128980111de7269283bb9f19b039f"
# Notification address
email="jeezusjr@gmail.com"

@ -35,8 +35,8 @@ zfs_decrypt_fs() {
[ "$(zfs get -H -o value encryption "${dataset}")" != "off" ] || return 0
# check if key is already loaded
[ "$(zfs get -H -o value encryption "${dataset}")" != "available" ] || return 0
[ "$(zfs get -H -o value keystatus "${dataset}")" != "available" ] || return 0
# get the encryption root
encryptionroot=$(zfs get -H -o value encryptionroot "${dataset}")

Loading…
Cancel
Save