diff options
author | Aaron LI <aly@aaronly.me> | 2019-06-22 14:25:42 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2019-06-22 14:25:42 +0800 |
commit | 3142ec6809343dc63488add4e1c92d0e73cccd2b (patch) | |
tree | 7193124fee80cd412d3f6442f3ced4c17d5f76cb /dfly-update | |
parent | fcba9d41e3a27913fec69ed949a09e62ca530092 (diff) | |
download | dfly-update-3142ec6809343dc63488add4e1c92d0e73cccd2b.tar.bz2 |
Add option "-i" to mtree(8) to set schg flags
Diffstat (limited to 'dfly-update')
-rwxr-xr-x | dfly-update | 2 |
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 |