carbon-config

config submodule of carbon-core-system
git clone https://ccx.te2000.cz/git/carbon-config
Log | Files | Refs

commit f5c6ca6c3d5bb0c89be4ff1cc3cc883a5d972907
parent d52d4c86820e998d10d26c81e85ecfe2691aebfd
Author: Jan Pobrislo <ccx@webprojekty.cz>
Date:   Tue, 26 Jul 2022 11:18:30 +0200

Trace postinstall fsapply

Diffstat:
Mpostinstall | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/postinstall b/postinstall @@ -120,7 +120,7 @@ setup_fileset() { ) $rsync --delete-excluded --log-file $SETUP_DIR/rsync.log.get / $SETUP_DIR/files.pre/ || return $? cp -a --reflink=auto $SETUP_DIR/files.pre $SETUP_DIR/files.post || return $? - ./command/fsapply $SETUP_DIR/files.post $PWD/conf/postinstall.fileset || exit $? + ./command/fsapply -x $SETUP_DIR/files.post $PWD/conf/postinstall.fileset || exit $? mkdir $SETUP_DIR/files.bak || return $? $rsync --log-file $SETUP_DIR/rsync.log.put $SETUP_DIR/files.post/ / --backup --backup-dir=$SETUP_DIR/files.bak || return $? }