Skip to content

Commit

Permalink
Fix networking in the chroot (again)
Browse files Browse the repository at this point in the history
Change-Id: I60a6f5f99577e4336b1ec117e28650d677ed7d63
  • Loading branch information
timar committed Nov 1, 2018
1 parent 60ee631 commit b4f15c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion loolwsd-systemplate-setup
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ cd / || exit 1
# into the template tree of system files for the chroot jails.

# First essential files and shared objects
find etc/ld.so.* \
find etc/hosts etc/nsswitch.conf etc/resolv.conf
etc/ld.so.* \
lib/ld-* lib64/ld-* \
lib64/libnss_* \
var/cache/fontconfig \
Expand Down

0 comments on commit b4f15c7

Please sign in to comment.