Add script/instructions how to launch and connect to built image
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Thu, 5 May 2022 19:23:18 +0000 (21:23 +0200)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Thu, 5 May 2022 19:23:18 +0000 (21:23 +0200)
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Change-Id: I3571c644e8f9df3c88282a94dc675224eca678d8

packer/start_local_packer.sh [new file with mode: 0755]

diff --git a/packer/start_local_packer.sh b/packer/start_local_packer.sh
new file mode 100755 (executable)
index 0000000..20e3ef2
--- /dev/null
@@ -0,0 +1,11 @@
+#!/bin/bash
+
+
+#
+
+echo "Run: dpkg-reconfigure openssh-server"
+echo "Fixup /etc/ssh/sshd_config"
+echo "Run: ssh -R HOST:2222:localhost:22 user@10.0.2.2"
+echo "Then connect to HOST:2222 with ssh"
+
+qemu-system-x86_64 -vnc :0 -hda output_ubuntu/jenkins-new-test -net nic -net user -serial stdio -accel kvm -smp 2 -m 4096
\ No newline at end of file