From 4150385aed3ea502c986d1a2b165a07bacfb2f63 Mon Sep 17 00:00:00 2001 From: CyberLeo Date: Thu, 15 Nov 2012 04:49:34 -0500 Subject: [PATCH] apply: do not include the portsnap index --- apply | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apply b/apply index 7048758..ea57666 100755 --- a/apply +++ b/apply @@ -158,6 +158,8 @@ 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}")" +rm "${prep_fs}/.portsnap.INDEX" + overlays | while read ovl do meh "=> Applying ${ovl} <=" -- 2.42.0