summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-01-08 13:33:14 +0100
committerErich Eckner <git@eckner.net>2019-10-16 06:26:35 +0200
commit457b7b378cce4e7838034c8ac6f8560860ecab55 (patch)
tree12c325721599f9c0f3ad3a5524fec1539f7c20cd
parent53df11bdacabec4d6fdcbc43abd2e27dae6f022c (diff)
downloaddevtools32-457b7b378cce4e7838034c8ac6f8560860ecab55.tar.xz
mkarchroot.in: copy host's /etc/hosts into the chroot
-rw-r--r--mkarchroot.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/mkarchroot.in b/mkarchroot.in
index 6c42d3b..a0cacac 100644
--- a/mkarchroot.in
+++ b/mkarchroot.in
@@ -89,6 +89,7 @@ pacstrap -Mcd ${pac_conf:+-C "$pac_conf"} "$working_dir" \
"${cache_dirs[@]/#/--cachedir=}" "$@" || die 'Failed to install all packages'
printf '%s.UTF-8 UTF-8\n' en_US de_DE > "$working_dir/etc/locale.gen"
+cat '/etc/hosts' > "$working_dir/etc/hosts"
echo 'LANG=en_US.UTF-8' > "$working_dir/etc/locale.conf"
echo "$CHROOT_VERSION" > "$working_dir/.arch-chroot"