mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Do not copy verbose
This commit is contained in:
parent
514026a5f6
commit
14cf5bf458
@ -276,8 +276,8 @@ init_extraction()
|
||||
oIFS=$IFS
|
||||
IFS=","
|
||||
for FILE in $INSFILE; do
|
||||
echo_log "pc-sysinstall: Running cpdup -vvv -I -o /${FILE} /mnt/${FILE}"
|
||||
/usr/local/bin/cpdup -vvv -I -o /${FILE} /mnt/${FILE} >&1 2>&1
|
||||
echo_log "pc-sysinstall: Running cpdup -I -o /${FILE} /mnt/${FILE}"
|
||||
/usr/local/bin/cpdup -I -o /${FILE} /mnt/${FILE} >&1 2>&1
|
||||
if [ "$?" != "0" ]
|
||||
then
|
||||
echo "CPDUP failure occured:" >>${LOGOUT}
|
||||
|
||||
@ -27,4 +27,4 @@ packageType=cpdup
|
||||
# Optional Components
|
||||
cpdupPaths=boot,COPYRIGHT,bin,conf,conf.default,dev,etc,home,kernels,libexec,lib,root,sbin,sys,usr,var
|
||||
|
||||
runExtCommand=chmod a+rx /usr/local/bin/after_installation_routines.sh && cd / && /usr/local/bin/after_installation_routines.sh && shutdown -r now
|
||||
runExtCommand=chmod a+rx /usr/local/bin/after_installation_routines.sh && cd / && /usr/local/bin/after_installation_routines.sh
|
||||
|
||||
@ -41,4 +41,4 @@ commitDiskLabel
|
||||
# Optional Components
|
||||
cpdupPaths=boot,COPYRIGHT,bin,conf,conf.default,dev,etc,home,kernels,libexec,lib,root,sbin,sys,usr,var
|
||||
|
||||
runExtCommand=chmod a+rx /usr/local/bin/after_installation_routines.sh && cd / && /usr/local/bin/after_installation_routines.sh && shutdown -r now
|
||||
runExtCommand=chmod a+rx /usr/local/bin/after_installation_routines.sh && cd / && /usr/local/bin/after_installation_routines.sh
|
||||
|
||||
Loading…
Reference in New Issue
Block a user