index : devtools32 | |
Archlinux32 fork of devtools | gitolite user |
summaryrefslogtreecommitdiff |
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-06-15 11:06:40 -0600 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-06-15 11:06:40 -0600 |
commit | a7ee45d6259e84628599f721abc297f935504fee (patch) | |
tree | 46762105969b3392cc40d2d67ac4cdc57ad29daf /arch-nspawn.in | |
parent | a7587c1289f41d9bed47939780b7e8252000211e (diff) | |
parent | 0e98bd8c485b2c55c3971823f99a13c41b1ed696 (diff) |
-rw-r--r-- | arch-nspawn.in | 2 |
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[@]}" "$@" |