summaryrefslogtreecommitdiff
path: root/mkarchroot.in
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-06-09 16:35:52 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-06-09 16:35:52 -0400
commit3154c90714ef2bcd21c325be4902a6e69aedcaff (patch)
treef931fe2f0bebc74ceb5b72713494953b6c69ddc2 /mkarchroot.in
parentec8779248b4d91fb189b658097fa162e6f753991 (diff)
parent8f94d8118fefc48b12be4a35df5ae2ff7a39486f (diff)
Merge tag '20160527.1'HEADlibretools-20160609master
Diffstat (limited to 'mkarchroot.in')
-rw-r--r--mkarchroot.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/mkarchroot.in b/mkarchroot.in
index 3da2144..b790bdb 100644
--- a/mkarchroot.in
+++ b/mkarchroot.in
@@ -75,6 +75,8 @@ printf '%s.UTF-8 UTF-8\n' en_US de_DE > "$working_dir/etc/locale.gen"
echo 'LANG=C' > "$working_dir/etc/locale.conf"
echo "$CHROOT_VERSION" > "$working_dir/.arch-chroot"
+systemd-machine-id-setup --root="$working_dir"
+
exec arch-nspawn \
${pac_conf:+-C "$pac_conf"} \
${makepkg_conf:+-M "$makepkg_conf"} \