Skip to content
Snippets Groups Projects
Commit 0e98bd8c authored by Jan Alexander Steffens (heftig)'s avatar Jan Alexander Steffens (heftig)
Browse files

arch-nspawn: Set machine name

Recent changes to systemd-nspawn have it take the machine name from
the chroot dir name, which isn't unique enough for our setup.
parent 453558c4
No related branches found
No related tags found
No related merge requests found
...@@ -96,4 +96,4 @@ fi ...@@ -96,4 +96,4 @@ fi
build_mount_args build_mount_args
copy_hostconf copy_hostconf
exec systemd-nspawn -D "$working_dir" "${mount_args[@]}" "$@" exec systemd-nspawn -D "$working_dir" --machine "${working_dir//\//-}" "${mount_args[@]}" "$@"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment