mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Copy the install log to the deployed /var/log directory so that we have
post-mortem data on how the machine was configured/installed.
This commit is contained in:
parent
9e513d3179
commit
66fd321403
1 changed files with 2 additions and 0 deletions
|
|
@ -39,6 +39,8 @@ rm $BSDINSTALL_TMPBOOT/loader.conf.*
|
|||
|
||||
cp $BSDINSTALL_TMPBOOT/* $BSDINSTALL_CHROOT/boot
|
||||
|
||||
[ "$debugFile" ] && cp "$debugFile" $BSDINSTALL_CHROOT/var/log/
|
||||
|
||||
# Set up other things from installed config
|
||||
chroot $BSDINSTALL_CHROOT /usr/bin/newaliases
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue