aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron LI <aly@aaronly.me>2019-06-22 14:25:42 +0800
committerAaron LI <aly@aaronly.me>2019-06-22 14:25:42 +0800
commit3142ec6809343dc63488add4e1c92d0e73cccd2b (patch)
tree7193124fee80cd412d3f6442f3ced4c17d5f76cb
parentfcba9d41e3a27913fec69ed949a09e62ca530092 (diff)
downloaddfly-update-3142ec6809343dc63488add4e1c92d0e73cccd2b.tar.bz2
Add option "-i" to mtree(8) to set schg flags
-rwxr-xr-xdfly-update2
1 files changed, 1 insertions, 1 deletions
diff --git a/dfly-update b/dfly-update
index f248916..e8d6db7 100755
--- a/dfly-update
+++ b/dfly-update
@@ -232,7 +232,7 @@ install_system() {
file=BSD.${item%:*}.dist
path=${item#*:}
echo " * mtree: ${path} ..."
- mtree -deUq -f ${MNT_DIR}/etc.hdd/mtree/${file} -p ${path} ||
+ mtree -deiqU -f ${MNT_DIR}/etc.hdd/mtree/${file} -p ${path} ||
exit ${EC_MTREE}
done