#1177 Pass the runroot_tag to init command in OpenSSH Runroot method.
Closed 4 years ago by jkaluza. Opened 4 years ago by jkaluza.
jkaluza/pungi runroot-ssh  into  master

No commits found

Without this, the remote end does not know what should be the source for runroot environment.

Signed-off-by: Jan Kaluza jkaluza@redhat.com

The patch looks reasonable to me, though I'm wondering if you could achieve the same thing by using templating directly in the config:

runroot_tag = "foo"
runroot_ssh_init_command = "/usr/bin/my-init %s" % runroot_tag

Hm, I did not know that's possible. If so, I can use this, yes. Maybe we can even close this PR ...

I'm not sure it's documented anywhere, but it should work (at Kobo parsing level).

OK, let's close this PR for now.

Pull-Request has been closed by jkaluza

4 years ago