summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-06-15 11:06:40 -0600
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-06-15 11:06:40 -0600
commita7ee45d6259e84628599f721abc297f935504fee (patch)
tree46762105969b3392cc40d2d67ac4cdc57ad29daf
parenta7587c1289f41d9bed47939780b7e8252000211e (diff)
parent0e98bd8c485b2c55c3971823f99a13c41b1ed696 (diff)
downloaddevtools32-a7ee45d6259e84628599f721abc297f935504fee.tar.xz
Merge commit '0e98'
-rw-r--r--arch-nspawn.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch-nspawn.in b/arch-nspawn.in
index 0df4875..fdff31e 100644
--- a/arch-nspawn.in
+++ b/arch-nspawn.in
@@ -96,4 +96,4 @@ fi
build_mount_args
copy_hostconf
-exec systemd-nspawn -D "$working_dir" "${mount_args[@]}" "$@"
+exec systemd-nspawn -D "$working_dir" --machine "${working_dir//\//-}" "${mount_args[@]}" "$@"