Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-01-08 13:33:14 +0100
committerErich Eckner <git@eckner.net>2019-08-18 20:19:42 +0200
commit8b55b910125fa900d4f553ed7008cb9d035249cc (patch)
treee24f8469c6be898366a94b007ea5ff908adfaf7d
parent28b397ec3868e753decc00a206d218026c9bd055 (diff)
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"