Mount ZFS on Root to a Temporary Location in Live CD

When you can't boot a ZFS on root system (not even in single user) and need to mount the filesystem to undo your mistake
mkdir /tmp/zroot
mkdir /tmp/freebsd
zpool import -NR /tmp/zroot zroot
mount -t zfs zroot/ROOT/default mkdir /tmp/freebsd