Skip to content

Commit

Permalink
base: configure /etc/hosts
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed Nov 12, 2024
1 parent c0534c4 commit 3b29783
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions provision/base.sh
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,9 @@ configure_base()
tell_status "setting base jail timezone (to hosts)"
cp /etc/localtime "$BASE_MNT/etc"

tell_status "installing $BASE_MNT/etc/hosts"
cp /etc/hosts "$BASE_MNT/etc"

configure_make_conf

tell_status "adding base rc.conf settings"
Expand Down

0 comments on commit 3b29783

Please sign in to comment.