index : devtools32 | |
Archlinux32 fork of devtools | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2018-01-08 13:33:14 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2019-06-16 14:11:01 +0200 |
commit | 5e80e8edb5a0186fd9e026d7ba100dbe977b744b (patch) | |
tree | 874f88e858b210d01966f5ff678990924f7a0dfb /mkarchroot.in | |
parent | bd53fd6e9a8fb3dadfdf325b24f22aaa00bb1337 (diff) |
-rw-r--r-- | mkarchroot.in | 1 |
diff --git a/mkarchroot.in b/mkarchroot.in index a9a5a0f..a916f2a 100644 --- a/mkarchroot.in +++ b/mkarchroot.in @@ -87,6 +87,7 @@ pacstrap -GMcd ${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" |