From 06587baa773cf82e8f961bff824093fa74e97aad Mon Sep 17 00:00:00 2001 From: CyberLeo Date: Sat, 16 Jun 2012 20:39:34 -0400 Subject: [PATCH] apply: clarify message --- apply | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apply b/apply index 4634057..7fda3cd 100755 --- a/apply +++ b/apply @@ -153,7 +153,7 @@ ports_tree_valid "${upstream_fs}/.zfs/snapshot/${upstream_snap}" || wtf "This su # All tests pass! Now perform the overlay -meh Clone +meh Clone from ${upstream_ds}@${upstream_snap} zfs clone "${upstream_ds}@${upstream_snap}" "${prep_ds}" || wtf "Clone failed" zfs set atime=off "${prep_ds}" || wtf "atimes failed" prep_fs="$(zfs_ds_mount "${prep_ds}")" -- 2.42.0