Skip to content

Commit

Permalink
zreport: show canmount dataset property
Browse files Browse the repository at this point in the history
  • Loading branch information
zdykstra committed Dec 4, 2023
1 parent c66f923 commit 3739e89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zfsbootmenu/lib/zfsbootmenu-core.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1961,7 +1961,7 @@ zreport() {
zpool list

colorize orange "\n>> ZFS datasets\n"
zfs list -o name,mountpoint,encroot,keystatus,keylocation,org.zfsbootmenu:keysource
zfs list -o name,mountpoint,canmount,encroot,keystatus,keylocation,org.zfsbootmenu:keysource
}

# arg1: hook root spec, as <device>//<path>
Expand Down

0 comments on commit 3739e89

Please sign in to comment.