Skip to content

Commit

Permalink
update: exclude db files, regenerates after reboot
Browse files Browse the repository at this point in the history
  • Loading branch information
fichtner committed Jun 15, 2018
1 parent 7d81f17 commit ad150cf
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions update/opnsense-update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -533,10 +533,12 @@ install_base()
--exclude="./etc/group" \
--exclude="./etc/master.passwd" \
--exclude="./etc/passwd" \
--exclude="./etc/shells" \
--exclude="./etc/ttys" \
--exclude="./etc/pwd.db" \
--exclude="./etc/rc" \
--exclude="./etc/rc.shutdown" && \
--exclude="./etc/rc.shutdown" \
--exclude="./etc/shells" \
--exclude="./etc/spwd.db" \
--exclude="./etc/ttys" && \
kldxref ${KERNELDIR} && \
echo " done" && return

Expand Down

0 comments on commit ad150cf

Please sign in to comment.