Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions beadm
Original file line number Diff line number Diff line change
Expand Up @@ -180,9 +180,9 @@ EOF
fi
if __be_snapshot ${1}
then
eval "zfs clone -o canmount=off ${OPTS} ${FS}@${1##*@} ${DATASET}"
eval "zfs clone -o canmount=noauto ${OPTS} ${FS}@${1##*@} ${DATASET}"
else
eval "zfs clone -o canmount=off ${OPTS} ${FS}@${FMT} ${DATASET}"
eval "zfs clone -o canmount=noauto ${OPTS} ${FS}@${FMT} ${DATASET}"
fi
done
# check if we need to update grub
Expand Down