From: Jan Kiszka <[email protected]> Signed-off-by: Jan Kiszka <[email protected]> --- .../customizations/files/.bash_history-qemu-arm | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 recipes-core/customizations/files/.bash_history-qemu-arm
diff --git a/recipes-core/customizations/files/.bash_history-qemu-arm b/recipes-core/customizations/files/.bash_history-qemu-arm new file mode 100644 index 0000000..39aeee9 --- /dev/null +++ b/recipes-core/customizations/files/.bash_history-qemu-arm @@ -0,0 +1,14 @@ +jailhouse enable /etc/jailhouse/qemu-arm.cell +jailhouse console +jailhouse cell create /etc/jailhouse/qemu-arm-inmate-demo.cell +jailhouse cell load inmate-demo /usr/libexec/jailhouse/demos/gic-demo.bin +jailhouse cell start inmate-demo +jailhouse cell stats inmate-demo +jailhouse cell destroy inmate-demo +jailhouse cell linux /etc/jailhouse/qemu-arm-linux-demo.cell \ + /boot/vmlinuz* \ + -d /etc/jailhouse/dts/inmate-qemu-arm.dtb \ + -i /usr/libexec/jailhouse/demos/rootfs.cpio \ + -c "console=ttyAMA0 ip=192.168.19.2" +ssh 192.168.19.2 +jailhouse disable -- 2.26.2 -- You received this message because you are subscribed to the Google Groups "Jailhouse" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jailhouse-dev/001ddb8ce88f3c98003c408bad463edfd162792e.1618866389.git.jan.kiszka%40siemens.com.
