Revision 14cf5bf4
Added by Scott Ullrich about 15 years ago
PCBSD/pc-sysinstall/backend/functions-extractimage.sh | ||
---|---|---|
276 | 276 |
oIFS=$IFS |
277 | 277 |
IFS="," |
278 | 278 |
for FILE in $INSFILE; do |
279 |
echo_log "pc-sysinstall: Running cpdup -vvv -I -o /${FILE} /mnt/${FILE}"
|
|
280 |
/usr/local/bin/cpdup -vvv -I -o /${FILE} /mnt/${FILE} >&1 2>&1
|
|
279 |
echo_log "pc-sysinstall: Running cpdup -I -o /${FILE} /mnt/${FILE}" |
|
280 |
/usr/local/bin/cpdup -I -o /${FILE} /mnt/${FILE} >&1 2>&1 |
|
281 | 281 |
if [ "$?" != "0" ] |
282 | 282 |
then |
283 | 283 |
echo "CPDUP failure occured:" >>${LOGOUT} |
PCBSD/pc-sysinstall/examples/pfSense.cfg | ||
---|---|---|
27 | 27 |
# Optional Components |
28 | 28 |
cpdupPaths=boot,COPYRIGHT,bin,conf,conf.default,dev,etc,home,kernels,libexec,lib,root,sbin,sys,usr,var |
29 | 29 |
|
30 |
runExtCommand=chmod a+rx /usr/local/bin/after_installation_routines.sh && cd / && /usr/local/bin/after_installation_routines.sh && shutdown -r now |
|
30 |
runExtCommand=chmod a+rx /usr/local/bin/after_installation_routines.sh && cd / && /usr/local/bin/after_installation_routines.sh |
PCBSD/pc-sysinstall/examples/pfSense.cfg.zfs | ||
---|---|---|
41 | 41 |
# Optional Components |
42 | 42 |
cpdupPaths=boot,COPYRIGHT,bin,conf,conf.default,dev,etc,home,kernels,libexec,lib,root,sbin,sys,usr,var |
43 | 43 |
|
44 |
runExtCommand=chmod a+rx /usr/local/bin/after_installation_routines.sh && cd / && /usr/local/bin/after_installation_routines.sh && shutdown -r now |
|
44 |
runExtCommand=chmod a+rx /usr/local/bin/after_installation_routines.sh && cd / && /usr/local/bin/after_installation_routines.sh |
Also available in: Unified diff
Do not copy verbose